zrevai / ps3mediaserver

Automatically exported from code.google.com/p/ps3mediaserver
2 stars 0 forks source link

[Navigation] on-the-fly playlist creation #152

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
feature request:

would it be possible to add on-the-fly playlist creation to the music player?
currently, when playing a track, you can get back to the track selection
screen by pressing the ps button then browse for another track to play.
this is fine but it would be great if you could select tracks to add to a
virtual playlist which would be created server side in the form of an .m3u
which pms already supports.

i would expect pms to always look at this file for playlist info and if
none exists then act normally, but once you've added files to it from the
file browser on the ps3, it would play the files in that order.

deleting/removing files from this playlist would be a different matter  but
im sure it would be fixable.

thanks

Original issue reported on code.google.com by robert.s...@gmail.com on 12 Jan 2009 at 9:07

GoogleCodeExporter commented 9 years ago
ps3 internal playlists are not interactive with dlna servers

Original comment by ps3mediaserver@gmail.com on 14 Jan 2009 at 9:06

GoogleCodeExporter commented 9 years ago
is there no way to have the playlist on the server side? when you select a 
track, a
command must be sent to ps3mediaserver to tell it to play the track. if that 
command
could in some way be 'queue' and not 'play' then the file/file location could be
added to a dynamic .m3u file which then dishes out the files one after the 
other. the
only problem i can see in this is having enough different commands that can be 
sent
to ps3mediaserver. im not trying to argue, you know better than i do. i'm just 
trying
to help.

Original comment by robert.s...@gmail.com on 14 Jan 2009 at 9:19

GoogleCodeExporter commented 9 years ago
you want an "history" playlist if I understand well...

Original comment by ps3mediaserver@gmail.com on 14 Jan 2009 at 9:22

GoogleCodeExporter commented 9 years ago
i want to be able to queue up my next track while one is playing.
so a track is playing... i can get back to file browser without stopping the 
music,
but that's it. I want to play a track, browse for another while it's playing, 
hit
'queue', browse for another, hit 'queue' etc... building up a playlist.

i understand the ps3's funtionality in this area is lacking, but id be happy to 
take
a 'rough' playlist feature over nothing. I dont need to see the playlist, or 
edit it.
I just need to mark a file up somehow as being next in the queue.

sorry if im not explaining it well

Original comment by robert.s...@gmail.com on 14 Jan 2009 at 9:27

GoogleCodeExporter commented 9 years ago
"hit 'queue'" ?? but there's no way to "mark" such file on ps3, only with ps3 
own 
playlists who supports only tracks stored on hard drive

Original comment by ps3mediaserver@gmail.com on 14 Jan 2009 at 9:34

GoogleCodeExporter commented 9 years ago
i realise there's no 'queue' button but i wondered if there was any other 
button you
could use for the signal, like the pause button, or the fast forward button (on 
the
ps3 remote) if there was another button that sent any type of signal then that 
could
be used. it's a long shot but i thought it was worth asking you about.

Original comment by robert.s...@gmail.com on 14 Jan 2009 at 9:38