Bug 3666 - split scanner cannot update podcast genre
: split scanner cannot update podcast genre
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: iTunes
: 6.5b1
: PC Windows (legacy)
: P2 normal (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-06-30 15:30 UTC by KDF
Modified: 2008-09-15 14:39 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 KDF 2006-06-30 15:30:55 UTC
the end of the itunes scan previously requred a call to setPodcasts, in order to update the genre.id for "podcasts" in teh iTunes Podcasts menu item.  Since setPodcasts checked for the INC of Slim::Web::Pages, this means the outboard scanner cannot update the genre id, and a wiped rescan would then leave an incorrect genre in the url.  

I can understand why it is nice to not load Wlim::Web::Pages for the scanner, but we will need another way to keep this genre id available, or another way to call up teh right page for itunes podcasts.  And before we all point out that this is a silly feature: it was a request from Mr Cosson :)

Anyway, this is my understanding of how this is failing in 6.5; I am still trying to process ideas for options to handle this problem.
Comment 1 KDF 2006-06-30 15:40:13 UTC
one idea:


how about we make this generic.  Instead of iTunes Podcasts, we just make the menu item "Podcasts".  The server can then deliver a template toolkit variable to the home page for use in the "Browse Podcasts" link.
Comment 2 Dan Sully 2006-07-02 08:01:27 UTC
Misfeature removed in change 8244