From: Mark R. <mar...@gm...> - 2004-06-16 02:10:31
|
I very happily using MisterHouse to control XMMS to play MP3 and Ogg files. I have some web interface suggestions that I'm not really sure how to implement in the code myself. MisterHouse's web page for controlling the music does a great job of adding files to the playlist, but there does not seem to be a way to remove them. It would be nice to be able to remove individual songs. It would be even better to have a button to clear the entire list. I would also be nice to have a buttons to sort the playlist in either random or ascending order. (i.e. Shuffle/sort the playlist so that the songs will either play in random order or not.) Another feature that I would like to have is the ability to click on a particular title in the playlist and have the player jump right to that file. I may be able to implement some of these myself eventually, but time is in very short supply these days. (I'm working two jobs, going to school full time, and trying to take care of my family.) If someone else would code up these features, I would be grateful. Thank you. |
From: Pete F. <pj...@ca...> - 2004-06-16 13:03:24
|
There is a Clear Playlist link on the main playlist page (or maybe I made one, can't remember exactly) Keep in mind that the functions you're asking for need to be available in both winamp and XMMS for compatability (at least they need to be supported by the remote plugins)... As for the web interface, are you referring to the Main Jukebox pages or the popup NowPlaying one (and it's playlist). I've been considering adding some functionality to the playlist (eg remove a song), and possibly a random button on the main pannel (of the popups). any suggestions taken -Pete On Tue, 2004-06-15 at 22:10, Mark Rogers wrote: > I very happily using MisterHouse to control XMMS to play MP3 and Ogg > files. I have some web interface suggestions that I'm not really sure > how to implement in the code myself. > > MisterHouse's web page for controlling the music does a great job of > adding files to the playlist, but there does not seem to be a way to > remove them. It would be nice to be able to remove individual songs. > It would be even better to have a button to clear the entire list. I > would also be nice to have a buttons to sort the playlist in either > random or ascending order. (i.e. Shuffle/sort the playlist so that > the songs will either play in random order or not.) Another feature > that I would like to have is the ability to click on a particular > title in the playlist and have the player jump right to that file. > > I may be able to implement some of these myself eventually, but time > is in very short supply these days. (I'm working two jobs, going to > school full time, and trying to take care of my family.) If someone > else would code up these features, I would be grateful. Thank you. > > > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND > ________________________________________________________ > To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365 -- -Pete pj...@ca... http://vsa.cape.com/~pjf http://www.mraudrey.net |
From: Mark R. <mar...@gm...> - 2004-06-16 15:08:03
|
I don't see the Clear Playlist link. (I am looking on the MP3 Jukebox page.) I sometimes use an X10 remote to send commands to XMMS via MisterHouse using the Xmms_Control.pl script. The script is able to do everything I want to do, except for clearing the playlist. It seems to have access to the playlist (e.g. for shuffling it), so I don't suppose that clearing it would be difficult. As for the question of where to put these features (pop-up NowPlaying window or main Jukebox window), I'm easy to please. As long as I can find them, I'll be happy. :-) The pop-up NowPlaying window's playlist seems like the logical place to add links to make the player jump to another song in the list. The other features probably belongs in the main jukebox window. Thank you. On Wed, 16 Jun 2004 09:03:18 -0400, Pete Flaherty <pj...@ca...> wrote: > > There is a Clear Playlist link on the main playlist page (or maybe I > made one, can't remember exactly) > > Keep in mind that the functions you're asking for need to be available > in both winamp and XMMS for compatability (at least they need to be > supported by the remote plugins)... > > As for the web interface, are you referring to the Main Jukebox pages or > the popup NowPlaying one (and it's playlist). I've been considering > adding some functionality to the playlist (eg remove a song), and > possibly a random button on the main pannel (of the popups). > > any suggestions taken > > -Pete > > > On Tue, 2004-06-15 at 22:10, Mark Rogers wrote: > > I very happily using MisterHouse to control XMMS to play MP3 and Ogg > > files. I have some web interface suggestions that I'm not really sure > > how to implement in the code myself. > > > > MisterHouse's web page for controlling the music does a great job of > > adding files to the playlist, but there does not seem to be a way to > > remove them. It would be nice to be able to remove individual songs. > > It would be even better to have a button to clear the entire list. I > > would also be nice to have a buttons to sort the playlist in either > > random or ascending order. (i.e. Shuffle/sort the playlist so that > > the songs will either play in random order or not.) Another feature > > that I would like to have is the ability to click on a particular > > title in the playlist and have the player jump right to that file. > > > > I may be able to implement some of these myself eventually, but time > > is in very short supply these days. (I'm working two jobs, going to > > school full time, and trying to take care of my family.) If someone > > else would code up these features, I would be grateful. Thank you. > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND > > ________________________________________________________ > > To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365 > -- > -Pete > pj...@ca... > http://vsa.cape.com/~pjf > http://www.mraudrey.net > > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND > ________________________________________________________ > To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365 > > |
From: Pete F. <pj...@ca...> - 2004-06-17 23:14:39
Attachments:
Clear Playlist.pls
ClearPlaylist.pls
|
Ok then First the Clear Playlist. Pop open XMMS, clear the Playlist then save it as 'Clear Playlist'. Make sure you save it to where your mp3_dir parameter points to. Then rebuild your mp3 database. This should give you a playlist named 'Clear Playlist' in your playlist selection page. When you select it you get a blank playlist, and can add songs tou your hearts content (though only a temporary playlist). Subsequent selections of this playlist will then clear the list on demand On Wed, 2004-06-16 at 11:08, Mark Rogers wrote: > I don't see the Clear Playlist link. (I am looking on the MP3 Jukebox > page.) > > I sometimes use an X10 remote to send commands to XMMS via MisterHouse > using the Xmms_Control.pl script. The script is able to do everything > I want to do, except for clearing the playlist. It seems to have > access to the playlist (e.g. for shuffling it), so I don't suppose > that clearing it would be difficult. > > As for the question of where to put these features (pop-up NowPlaying > window or main Jukebox window), I'm easy to please. As long as I can > find them, I'll be happy. :-) The pop-up NowPlaying window's > playlist seems like the logical place to add links to make the player > jump to another song in the list. The other features probably belongs > in the main jukebox window. > > Thank you. > > On Wed, 16 Jun 2004 09:03:18 -0400, Pete Flaherty <pj...@ca...> > wrote: > > > > There is a Clear Playlist link on the main playlist page (or maybe I > > made one, can't remember exactly) > > > > Keep in mind that the functions you're asking for need to be > available > > in both winamp and XMMS for compatability (at least they need to be > > supported by the remote plugins)... > > > > As for the web interface, are you referring to the Main Jukebox > pages or > > the popup NowPlaying one (and it's playlist). I've been considering > > adding some functionality to the playlist (eg remove a song), and > > possibly a random button on the main pannel (of the popups). > > > > any suggestions taken > > > > -Pete > > > > > > On Tue, 2004-06-15 at 22:10, Mark Rogers wrote: > > > I very happily using MisterHouse to control XMMS to play MP3 and > Ogg > > > files. I have some web interface suggestions that I'm not really > sure > > > how to implement in the code myself. > > > > > > MisterHouse's web page for controlling the music does a great job > of > > > adding files to the playlist, but there does not seem to be a way > to > > > remove them. It would be nice to be able to remove individual > songs. > > > It would be even better to have a button to clear the entire list. > I > > > would also be nice to have a buttons to sort the playlist in > either > > > random or ascending order. (i.e. Shuffle/sort the playlist so that > > > the songs will either play in random order or not.) Another > feature > > > that I would like to have is the ability to click on a particular > > > title in the playlist and have the player jump right to that file. > > > > > > I may be able to implement some of these myself eventually, but > time > > > is in very short supply these days. (I'm working two jobs, going > to > > > school full time, and trying to take care of my family.) If > someone > > > else would code up these features, I would be grateful. Thank you. > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > > > Learn from the experts at JavaOne(SM), Sun's Worldwide Java > Developer > > > Conference, June 28 - July 1 at the Moscone Center in San > Francisco, CA > > > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code > NWMGYKND > > > ________________________________________________________ > > > To unsubscribe from this list, go to: > http://sourceforge.net/mail/?group_id=1365 > > -- > > -Pete > > pj...@ca... > > http://vsa.cape.com/~pjf > > http://www.mraudrey.net > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > > Learn from the experts at JavaOne(SM), Sun's Worldwide Java > Developer > > Conference, June 28 - July 1 at the Moscone Center in San Francisco, > CA > > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code > NWMGYKND > > ________________________________________________________ > > To unsubscribe from this list, go to: > http://sourceforge.net/mail/?group_id=1365 > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center in San Francisco, > CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code > NWMGYKND > ________________________________________________________ > To unsubscribe from this list, go to: > http://sourceforge.net/mail/?group_id=1365 -- -Pete pj...@ca... http://vsa.cape.com/~pjf http://www.mraudrey.net |
From: Pete F. <pj...@ca...> - 2004-06-17 23:18:42
Attachments:
Clear_Playlist.m3u
|
Oops it's an m3u playlist On Wed, 2004-06-16 at 11:08, Mark Rogers wrote: > I don't see the Clear Playlist link. (I am looking on the MP3 Jukebox page.) > > I sometimes use an X10 remote to send commands to XMMS via MisterHouse > using the Xmms_Control.pl script. The script is able to do everything > I want to do, except for clearing the playlist. It seems to have > access to the playlist (e.g. for shuffling it), so I don't suppose > that clearing it would be difficult. > > As for the question of where to put these features (pop-up NowPlaying > window or main Jukebox window), I'm easy to please. As long as I can > find them, I'll be happy. :-) The pop-up NowPlaying window's > playlist seems like the logical place to add links to make the player > jump to another song in the list. The other features probably belongs > in the main jukebox window. > > Thank you. > > On Wed, 16 Jun 2004 09:03:18 -0400, Pete Flaherty <pj...@ca...> wrote: > > > > There is a Clear Playlist link on the main playlist page (or maybe I > > made one, can't remember exactly) > > > > Keep in mind that the functions you're asking for need to be available > > in both winamp and XMMS for compatability (at least they need to be > > supported by the remote plugins)... > > > > As for the web interface, are you referring to the Main Jukebox pages or > > the popup NowPlaying one (and it's playlist). I've been considering > > adding some functionality to the playlist (eg remove a song), and > > possibly a random button on the main pannel (of the popups). > > > > any suggestions taken > > > > -Pete > > > > > > On Tue, 2004-06-15 at 22:10, Mark Rogers wrote: > > > I very happily using MisterHouse to control XMMS to play MP3 and Ogg > > > files. I have some web interface suggestions that I'm not really sure > > > how to implement in the code myself. > > > > > > MisterHouse's web page for controlling the music does a great job of > > > adding files to the playlist, but there does not seem to be a way to > > > remove them. It would be nice to be able to remove individual songs. > > > It would be even better to have a button to clear the entire list. I > > > would also be nice to have a buttons to sort the playlist in either > > > random or ascending order. (i.e. Shuffle/sort the playlist so that > > > the songs will either play in random order or not.) Another feature > > > that I would like to have is the ability to click on a particular > > > title in the playlist and have the player jump right to that file. > > > > > > I may be able to implement some of these myself eventually, but time > > > is in very short supply these days. (I'm working two jobs, going to > > > school full time, and trying to take care of my family.) If someone > > > else would code up these features, I would be grateful. Thank you. > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > > > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > > > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > > > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND > > > ________________________________________________________ > > > To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365 > > -- > > -Pete > > pj...@ca... > > http://vsa.cape.com/~pjf > > http://www.mraudrey.net > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND > > ________________________________________________________ > > To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365 > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND > ________________________________________________________ > To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365 -- -Pete pj...@ca... http://vsa.cape.com/~pjf http://www.mraudrey.net |
From: Mark R. <mar...@gm...> - 2004-06-18 15:30:33
|
Thanks for the idea. The problem is that when I click on a playlist, the songs are concatenated with the previously selected playlist. So, clicking on the Clear Playlist playlist results in no change to the playlist. The interesting things is that when I use the X10 remote to select a playlist, it does clear the old playlist before loading the new one. I would really like it if the web interface behaved this way. On Thu, 17 Jun 2004 19:18:38 -0400, Pete Flaherty <pj...@ca...> wrote: > > Oops it's an m3u playlist > > > On Wed, 2004-06-16 at 11:08, Mark Rogers wrote: > > I don't see the Clear Playlist link. (I am looking on the MP3 Jukebox page.) > > > > I sometimes use an X10 remote to send commands to XMMS via MisterHouse > > using the Xmms_Control.pl script. The script is able to do everything > > I want to do, except for clearing the playlist. It seems to have > > access to the playlist (e.g. for shuffling it), so I don't suppose > > that clearing it would be difficult. > > > > As for the question of where to put these features (pop-up NowPlaying > > window or main Jukebox window), I'm easy to please. As long as I can > > find them, I'll be happy. :-) The pop-up NowPlaying window's > > playlist seems like the logical place to add links to make the player > > jump to another song in the list. The other features probably belongs > > in the main jukebox window. > > > > Thank you. > > > > On Wed, 16 Jun 2004 09:03:18 -0400, Pete Flaherty <pj...@ca...> wrote: > > > > > > There is a Clear Playlist link on the main playlist page (or maybe I > > > made one, can't remember exactly) > > > > > > Keep in mind that the functions you're asking for need to be available > > > in both winamp and XMMS for compatability (at least they need to be > > > supported by the remote plugins)... > > > > > > As for the web interface, are you referring to the Main Jukebox pages or > > > the popup NowPlaying one (and it's playlist). I've been considering > > > adding some functionality to the playlist (eg remove a song), and > > > possibly a random button on the main pannel (of the popups). > > > > > > any suggestions taken > > > > > > -Pete > > > > > > > > > On Tue, 2004-06-15 at 22:10, Mark Rogers wrote: > > > > I very happily using MisterHouse to control XMMS to play MP3 and Ogg > > > > files. I have some web interface suggestions that I'm not really sure > > > > how to implement in the code myself. > > > > > > > > MisterHouse's web page for controlling the music does a great job of > > > > adding files to the playlist, but there does not seem to be a way to > > > > remove them. It would be nice to be able to remove individual songs. > > > > It would be even better to have a button to clear the entire list. I > > > > would also be nice to have a buttons to sort the playlist in either > > > > random or ascending order. (i.e. Shuffle/sort the playlist so that > > > > the songs will either play in random order or not.) Another feature > > > > that I would like to have is the ability to click on a particular > > > > title in the playlist and have the player jump right to that file. > > > > > > > > I may be able to implement some of these myself eventually, but time > > > > is in very short supply these days. (I'm working two jobs, going to > > > > school full time, and trying to take care of my family.) If someone > > > > else would code up these features, I would be grateful. Thank you. > > > > > > > > > > > > ------------------------------------------------------- > > > > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > > > > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > > > > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > > > > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND > > > > ________________________________________________________ > > > > To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365 > > > -- > > > -Pete > > > pj...@ca... > > > http://vsa.cape.com/~pjf > > > http://www.mraudrey.net > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > > > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > > > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > > > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND > > > ________________________________________________________ > > > To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365 > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND > > ________________________________________________________ > > To unsubscribe from this list, go to: http://sourceforge.net/mail/?group_id=1365 > -- > -Pete > pj...@ca... > http://vsa.cape.com/~pjf > http://www.mraudrey.net > > > > Clear_Playlist.m3u - 1K > |