Bug 8803 - Add a "stub" player by default to SC
: Add a "stub" player by default to SC
Status: NEW
Product: Logitech Media Server
Classification: Unclassified
Component: Misc
: 7.2
: PC Other
: -- enhancement (vote)
: Future
Assigned To: Unassigned bug - please assign me!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-07-19 04:41 UTC by Joerg Schwieder
Modified: 2009-09-08 09:17 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joerg Schwieder 2008-07-19 04:41:48 UTC
This is an enhancement request to add a "stub" player to SC by default or option.

The idea is to have something you can use to browse the database and construct playlists when no player is attached.

I see two uses for this:
a) You can construct a playlist for later use (as a saved playlist) either on a different machine with no player attached or without interrupting the current playback

and b) (that's the one I'm currently concerned with):
If you want to download files of a playlist without a player.
After Andy fixed the "byte range request" enhancement request I am working on a fudged mp3 playback feature for iPhone but right now this requires an additional player to be attached to the server

I reckon it should be quite simple to construct this by taking the code for stream.mp3 and just omit the streaming itself.
I would not expect any real control capabilities for this (like volume, play/pause or something)
Comment 1 Blackketter Dean 2008-07-22 05:18:35 UTC
I'm not sure a stub-player is the right implementation, but I can see the need to be able to edit playlists without a player.

Is this something you want/need for ipeng?
Comment 2 Joerg Schwieder 2008-07-22 05:50:36 UTC
I just thought a "stub" player would be the most simple way to implement it. Use what's already there, do away with the actual streaming and you're done.

Yes, it's something I would like to see for iPeng - native as well as skin. It's for "streaming" to the iPhone. As long as you cannot accept a real stream there, you would just download the files from the current playlist. But then you have to HAVE a current playlist. Which means you have to attach a player. Which would then have to have the same playlist. So no way my GF can listen to SB3 while I listen to my iPod.

Have you tried the playback feature on iPeng, you will see what I mean then.