Bug 1313 - add iTunes-like party shuffle
: add iTunes-like party shuffle
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Playlists
: 6.0.1
: All All
: P4 enhancement with 2 votes (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-04-05 15:12 UTC by Kevin Pearsall
Modified: 2009-09-08 09:13 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Pearsall 2005-04-05 15:12:06 UTC
(customer requested feature)

possibly with some of the following enhancements:
- playing songs that are often played together
- playing songs that are often played (i.e. hitlist)
- some basic AI to make sure that things don't get too random
- predictive list that will show you the next 10-20 songs queued up
- history (maybe the last 5-10 songs played)
Comment 1 Will Irace 2005-04-15 08:28:54 UTC
The request came from me. I'll be satisfied with any feature that lets me start
from an empty playlist, click a couple links, and have random music play. Maybe
just a button to add 20 random songs.

The only way I can do this now is add my entire library and put it on shuffle.
This overloads my puny server, and results in an overwhelmingly large playlist. 

Comment 2 James Craig 2005-04-18 02:11:56 UTC
Will,
I have a plugin for Windows XP & iTunes that reads from the iTunes party shuffle
playlist. 
www.jamescraig.co.uk/SlimServer/
I might be able to get it to work on the Mac if anyone's interested.
Comment 3 Dan Sully 2005-04-18 09:43:12 UTC
Well, I think the idea is that it'd work on any platform.
Comment 4 Will Irace 2005-07-27 20:06:05 UTC
I'm pleased to note that "Random Play" from
http://callisto.deane-freeman.com/slimserver/ almost completely satisfies my
needs related to this bug.
Comment 5 Kevin Pearsall 2005-08-05 16:47:46 UTC
should we maybe integrate it?
Comment 6 Dan Sully 2005-08-05 17:44:38 UTC
kdf - what do you think?

I can clean up Random.pm and get it checked in.

Web interface too?
Comment 7 KDF 2005-08-05 18:50:00 UTC
If you really want to use it, its yours.  Its very basic, however.  Strictly plain vanilla perl rand function.  
none of the initial enhancements in this report exist, except for item 4. 

I'll gracciously ignore the 'clean up' comment ;)
Comment 8 KDF 2005-08-17 15:48:43 UTC
okay, well, I can check in the latest version of the plugin and we can fix from
there.  Or, what do we need to have done before it goes in? I can certainly add
the integration to the alarm as I have for the plugin version, or perhaps being
part of the core means the random code could tie in with a specially named plugin.

if a web interface is needed, what should it look like?
Comment 9 Dan Sully 2005-08-17 15:51:39 UTC
I'm working on it already.
Comment 10 Blackketter Dean 2005-08-17 15:56:05 UTC
Check it in as-is for now.  Dan: what are your plans?
One thing I'd like to see is some kind of indicator that we're in a kind of dynamic playlist mode.  
Possibly the Now Playing screen could have some indicator on the top, but I haven't thought it 
completely through.
Comment 11 Dan Sully 2005-08-17 16:01:04 UTC
Please don't check it in yet. I'm working on the web UI right now.
Comment 12 Blackketter Dean 2005-08-17 16:04:23 UTC
Uh, ok.  I'm curious, what's that UI going to do?
Comment 13 Dan Sully 2005-08-29 14:58:44 UTC
Initial version checked in as subversion change 4113

Please open new bugs for any additional modifications.