Bug 1118 - browse playlist not showing with itunes & no playlist directory
: browse playlist not showing with itunes & no playlist directory
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Playlists
: 6.0.0
: All All
: P2 trivial (vote)
: ---
Assigned To: KDF
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-03-17 14:32 UTC by Tom Healy
Modified: 2008-08-18 10:53 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 Tom Healy 2005-03-17 14:32:31 UTC
playlist directory server setting is blank as only using itunes = no browse playlist menu in the player 
itself even though it's enabled in the menu item for the player settings in the squeezebox player menu.

Add a playlist directory as well as itunes = a browse playlist menu in the player itself

Thread from the mailing list:

	From: 	  slim-mail@deane-freeman.com
	Subject: 	Re: [slim] Bug?
	Date: 	March 17, 2005 12:47:12 PM PST
	To: 	  discuss@lists.slimdevices.com
	Reply-To: 	  discuss@lists.slimdevices.com

Quoting Healy <slim@nwgeeks.com>:


On Mar 17, 2005, at 12:36 PM, kdf wrote:

Quoting Healy <slim@nwgeeks.com>:

playlist directory server setting is blank as only using itunes = no
browse playlist menu in the player itself even though it's enabled.

Add a playlist directory as well as itunes = a browse playlist menu in
the player itself

using 6.0b1

1) please confirm using the latest nightly build, if you can.

I prefer not not use nightly builds if I can, but I'll see if I can
test it out for you.

no problem.  It just helps as a confirmation, but its not required.


2) enabled as in enabled in server settings->plugins, or enabled as in
also set
to "use iTunes" in server settings?


Enabled as in: the menu item is added for the player settings in the
squeezebox player menu.
However, I am also doing "use iTunes" in server settings.

ok thanks.

best to file that as a bug report then, so it wont get lost :)

-kdf
Comment 1 KDF 2005-03-17 14:44:45 UTC
The Buttons::Browse::init() function is being called before any importers are
set up.  Thus, with no playlist dir, no browse playlist option.  One way to do
this would be to stub out the menu section of the init, so we can call it
specifically from the importer or from Buttons::Home.

dan, you can assign to me if you want this done for 6.0
Comment 2 KDF 2005-03-17 18:27:50 UTC
fixed at r2553.

Browse Playlist menu item will now appear or disappear appropriately when
import/playlistdir settings are changed.