Webmms is a php frontend to Xmms.
Be the first to post a text review of webmms. Rate and review a project by clicking thumbs up or thumbs down in the right column.
v02 Code cleanup, filesize reduced to 7.5k from 10k. The remove song "button" turns red when it is clicked, because "remove song" looks identical to "show playlist". The "add" button next to the directory list in "add dir" is greenish and has an arrow to differentiate between it and the directory next to it. Save playlist is a bit easier to use. v03 The function file_get_contents doesn't exist on php versions prior to 4.3.0 Didn't see that one coming, lol. Rewritten to work on older versions of php. Filesize is 7.7k, some redundancy reduction. v04 Added an equalizer that brought the filesize to 8.2k. In versions 2 and 3 the quotes were rearranged and did not allow the addition of files with spaces in their names, and this version fixes that. Switched to a faster more compatible method of saving option info. v05 Searching of the playlist and add * to playlist menus; it is verbatim and non-recursive. Filesize is 10.1k. v06 Searching of playlist is case-insensitive, disregards file extensions, and accepts wildcards. The same searching is used on files & directories, but is still non-recursive. New result display method when searching directories. Filesize is 12.2k. v07 Searching now sees every underscore as a space while looking. The variable system refreshes once per click instead of twice, improving speed. there is lynx compatibility when the "-cache=1" option is used. Some code cleaning bring the filesize to 12.9k. v08 Pesticide: songs/directories with a + or & in their name are now able to be added using webmms. Some code cleaning, the search bar is connected to the same button no matter what menu you are in. v09 Allows for the simultaneous addition of multiple files. This makes the add file/dir/playlist section much easier to use. v10 Has both file addition methods, and only the checkbox method for directories. Files with a ' or " (but not both) in the title can be added.
v02 Code cleanup, filesize reduced to 7.5k from 10k. The remove song "button" turns red when it is clicked, because "remove song" looks identical to "show playlist". The "add" button next to the directory list in "add dir" is greenish and has an arrow to differentiate between it and the directory next to it. Save playlist is a bit easier to use. v03 The function file_get_contents doesn't exist on php versions prior to 4.3.0 Didn't see that one coming, lol. Rewritten to work on older versions of php. Filesize is 7.7k, some redundancy reduction. v04 Added an equalizer that brought the filesize to 8.2k. In versions 2 and 3 the quotes were rearranged and did not allow the addition of files with spaces in their names, and this version fixes that. Switched to a faster more compatible method of saving option info. v05 Searching of the playlist and add * to playlist menus; it is verbatim and non-recursive. Filesize is 10.1k. v06 Searching of playlist is case-insensitive, disregards file extensions, and accepts wildcards. The same searching is used on files & directories, but is still non-recursive. New result display method when searching directories. Filesize is 12.2k. v07 Searching now sees every underscore as a space while looking. The variable system refreshes once per click instead of twice, improving speed. there is lynx compatibility when the "-cache=1" option is used. Some code cleaning bring the filesize to 12.9k. v08 Pesticide: songs/directories with a + or & in their name are now able to be added using webmms. Some code cleaning, the search bar is connected to the same button no matter what menu you are in. v09 Allows for the simultaneous addition of multiple files. This makes the add file/dir/playlist section much easier to use. v10 Has both file addition methods, and only the checkbox method for directories. Files with a ' or " (but not both) in the title can be added.
v02 Code cleanup, filesize reduced to 7.5k from 10k. The remove song "button" turns red when it is clicked, because "remove song" looks identical to "show playlist". The "add" button next to the directory list in "add dir" is greenish and has an arrow to differentiate between it and the directory next to it. Save playlist is a bit easier to use. v03 The function file_get_contents doesn't exist on php versions prior to 4.3.0 Didn't see that one coming, lol. Rewritten to work on older versions of php. Filesize is 7.7k, some redundancy reduction. v04 Added an equalizer that brought the filesize to 8.2k. In versions 2 and 3 the quotes were rearranged and did not allow the addition of files with spaces in their names, and this version fixes that. Switched to a faster more compatible method of saving option info. v05 Searching of the playlist and add * to playlist menus; it is verbatim and non-recursive. Filesize is 10.1k. v06 Searching of playlist is case-insensitive, disregards file extensions, and accepts wildcards. The same searching is used on files & directories, but is still non-recursive. New result display method when searching directories. Filesize is 12.2k. v07 Searching now sees every underscore as a space while looking. The variable system refreshes once per click instead of twice, improving speed. there is lynx compatibility when the "-cache=1" option is used. Some code cleaning bring the filesize to 12.9k. v08 Pesticide: songs/directories with a + or & in their name are now able to be added using webmms. Some code cleaning, the search bar is connected to the same button no matter what menu you are in. v09 Allows for the simultaneous addition of multiple files. This makes the add file/dir/playlist section much easier to use.
v02 Code cleanup, filesize reduced to 7.5k from 10k. The remove song "button" turns red when it is clicked, because "remove song" looks identical to "show playlist". The "add" button next to the directory list in "add dir" is greenish and has an arrow to differentiate between it and the directory next to it. Save playlist is a bit easier to use. v03 The function file_get_contents doesn't exist on php versions prior to 4.3.0 Didn't see that one coming, lol. Rewritten to work on older versions of php. Filesize is 7.7k, some redundancy reduction. v04 Added an equalizer that brought the filesize to 8.2k. In versions 2 and 3 the quotes were rearranged and did not allow the addition of files with spaces in their names, and this version fixes that. Switched to a faster more compatible method of saving option info. v05 Searching of the playlist and add * to playlist menus; it is verbatim and non-recursive. Filesize is 10.1k. v06 Searching of playlist is case-insensitive, disregards file extensions, and accepts wildcards. The same searching is used on files & directories, but is still non-recursive. New result display method when searching directories. Filesize is 12.2k. v07 Searching now sees every underscore as a space while looking. The variable system refreshes once per click instead of twice, improving speed. there is lynx compatibility when the "-cache=1" option is used. Some code cleaning bring the filesize to 12.9k. v08 Pesticide: songs/directories with a + or & in their name are now able to be added using webmms. Some code cleaning, the search bar is connected to the same button no matter what menu you are in. v09 Allows for the simultaneous addition of multiple files. This makes the add file/dir/playlist section much easier to use.
v02 Code cleanup, filesize reduced to 7.5k from 10k. The remove song "button" turns red when it is clicked, because "remove song" looks identical to "show playlist". The "add" button next to the directory list in "add dir" is greenish and has an arrow to differentiate between it and the directory next to it. Save playlist is a bit easier to use. v03 The function file_get_contents doesn't exist on php versions prior to 4.3.0 Didn't see that one coming, lol. Rewritten to work on older versions of php. Filesize is 7.7k, some redundancy reduction. v04 Added an equalizer that brought the filesize to 8.2k. In versions 2 and 3 the quotes were rearranged and did not allow the addition of files with spaces in their names, and this version fixes that. Switched to a faster more compatible method of saving option info. v05 Searching of the playlist and add * to playlist menus; it is verbatim and non-recursive. Filesize is 10.1k. v06 Searching of playlist is case-insensitive, disregards file extensions, and accepts wildcards. The same searching is used on files & directories, but is still non-recursive. New result display method when searching directories. Filesize is 12.2k. v07 Searching now sees every underscore as a space while looking. The variable system refreshes once per click instead of twice, improving speed. there is lynx compatibility when the "-cache=1" option is used. Some code cleaning bring the filesize to 12.9k. v08 Pesticide: songs/directories with a + or & in their name are now able to be added using webmms. Some code cleaning, the search bar is connected to the same button no matter what menu you are in.
v02 Code cleanup, filesize reduced to 7.5k from 10k. The remove song "button" turns red when it is clicked, because "remove song" looks identical to "show playlist". The "add" button next to the directory list in "add dir" is greenish and has an arrow to differentiate between it and the directory next to it. Save playlist is a bit easier to use. v03 The function file_get_contents doesn't exist on php versions prior to 4.3.0 Didn't see that one coming, lol. Rewritten to work on older versions of php. Filesize is 7.7k, some redundancy reduction. v04 Added an equalizer that brought the filesize to 8.2k. In versions 2 and 3 the quotes were rearranged and did not allow the addition of files with spaces in their names, and this version fixes that. Switched to a faster more compatible method of saving option info. v05 Searching of the playlist and add * to playlist menus; it is verbatim and non-recursive. Filesize is 10.1k. v06 Searching of playlist is case-insensitive, disregards file extensions, and accepts wildcards. The same searching is used on files & directories, but is still non-recursive. New result display method when searching directories. Filesize is 12.2k. v07 Searching now sees every underscore as a space while looking. The variable system refreshes once per click instead of twice, improving speed. there is lynx compatibility when the "-cache=1" option is used. Some code cleaning bring the filesize to 12.9k. v08 Pesticide: songs/directories with a + or & in their name are now able to be added using webmms. Some code cleaning, the search bar is connected to the same button no matter what menu you are in.
v02 Code cleanup, filesize reduced to 7.5k from 10k. The remove song "button" turns red when it is clicked, because "remove song" looks identical to "show playlist". The "add" button next to the directory list in "add dir" is greenish and has an arrow to differentiate between it and the directory next to it. Save playlist is a bit easier to use. v03 The function file_get_contents doesn't exist on php versions prior to 4.3.0 Didn't see that one coming, lol. Rewritten to work on older versions of php. Filesize is 7.7k, some redundancy reduction. v04 Added an equalizer that brought the filesize to 8.2k. In versions 2 and 3 the quotes were rearranged and did not allow the addition of files with spaces in their names, and this version fixes that. Switched to a faster more compatible method of saving option info. v05 Searching of the playlist and add * to playlist menus; it is verbatim and non-recursive. Filesize is 10.1k. v06 Searching of playlist is case-insensitive, disregards file extensions, and accepts wildcards. The same searching is used on files & directories, but is still non-recursive. New result display method when searching directories. Filesize is 12.2k. v07 Searching now sees every underscore as a space while looking. The variable system refreshes once per click instead of twice, improving speed. there is lynx compatibility when the "-cache=1" option is used. Some code cleaning bring the filesize to 12.9k.
v02 Code cleanup, filesize reduced to 7.5k from 10k. The remove song "button" turns red when it is clicked, because "remove song" looks identical to "show playlist". The "add" button next to the directory list in "add dir" is greenish and has an arrow to differentiate between it and the directory next to it. Save playlist is a bit easier to use. v03 The function file_get_contents doesn't exist on php versions prior to 4.3.0 Didn't see that one coming, lol. Rewritten to work on older versions of php. Filesize is 7.7k, some redundancy reduction. v04 Added an equalizer that brought the filesize to 8.2k. In versions 2 and 3 the quotes were rearranged and did not allow the addition of files with spaces in their names, and this version fixes that. Switched to a faster more compatible method of saving option info. v05 Searching of the playlist and add * to playlist menus; it is verbatim and non-recursive. Filesize is 10.1k. v06 Searching of playlist is case-insensitive, disregards file extensions, and accepts wildcards. The same searching is used on files & directories, but is still non-recursive. New result display method when searching directories. Filesize is 12.2k. v07 Searching now sees every underscore as a space while looking. The variable system refreshes once per click instead of twice, improving speed. there is lynx compatibility when the "-cache=1" option is used. Some code cleaning bring the filesize to 12.9k.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?