
amaroK Web Frontend
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This allows users to access songs that are in the amaroK MySQL database from anywhere (with a little configuration of course).
NOTE: Do not try and install this from within amaroK's "Get New Scripts!" dialog! It is neither built nor packaged to be installed that way. It is to be installed on a PHP ready web server. As of now I have no intentions of ever making it usable through the amaroK "Get New Scripts!" dialog but this always has the potential to change in the future, although I highly doubt that it will ;)
15 years ago
Added the ability to download individual songs instead of sending a playlist
15 years ago
Added the ability to download individual songs instead of sending a playlist
raphink
15 years ago
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1048102 bytes) in /var/www/amarok/patTemplate/patTemplate.php on line 2015
Just so you know ;) Thanks much for this great interface :)
Report
menetto
15 years ago
Report
mfernau
15 years ago
Some suggestions:
1) please make an option to enable/disable the .pls-Option. Maybe I have a "small" connection and won't allow other users to listen my music :)
2) how about the album-covers? You show the nocover.png Picture by default, but where can I put the coverpictures for my albums?
3) Internationalization: I have "Caf
Report
ObsidianX
15 years ago
1) the whole point of this script is to share the music with people over the LAN (as is my case) or over a WAN, however you'd like to set it up. but i suppose i can add an option to the output format that disables any output.
2) i've been trying to find a good way to get the album covers out of amarok's cache and into the database for easy access in my script. i built the script around a single directory of mp3s without any subdirectories (possibly ones with artist names and then albums) and i would find it much easier to get the album covers extracted from a database BLOB. but i do have plans to show the real album covers and not just the nocover.png ;)
3) i, too, have seen this weird occurance with the accented letters in my collection and i think its a problem with the mysql database. doing queries in the mysql console client i see the same misuse of symbols for some french songs that i have:
Comptine d'un autre été: l'après-midi
Comptine d'un Autre ete l'apres-midi
so as this is a problem with amarok's method of adding the songs to the database i'll try and find a way to replace common characters and if you could even send me some of your examples of what they are in the listing compared to what they should really be then that would be wonderful
Thanks for the input!
-ObsidianX
Report
mfernau
15 years ago
sure! But it isn't much. However, here is my list:
1) Apocalyptica - Cortége
-> Apocalyptica - Cort
Report
ObsidianX
15 years ago
Report
ObsidianX
15 years ago
Report
raphink
15 years ago
UTF-8 won't be a problem anyway, since your extension requires a last generation browser to be used, which is a point no one has reported yet I think : it only works on Firefox >= 1.0 RC2, Konqueror, Mozilla (>= ?), but it won't work on IE (whatever version), Netscape, FF < 1.0 RC2, links, lynx, etc... It only shows a blank page.
Report
mfernau
15 years ago
keep going on with your good work :)
have a nice day
Report
freqmodn
15 years ago
The best way to fix this is to convert the entire frontend to utf-8, and then put "header("Content-Type: text/html; charset=UTF-8");" at the top of the php files before any output.
This meta tag may help too:
[meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /]
([] is html paranteses)
Report
raphink
15 years ago
Report
seb
15 years ago
Report
ObsidianX
15 years ago
Report