mflint;209600 Wrote: > This may not help you, but I have vague plans for a plugin to make this > easier, by making connections between artists and playlists. > > I don't know when I'll start work, but it would give a webpage with > loads of checkboxes, like this: > > > Code: -------------------- > > > playlist1 playlist2 playlist3 > artist1 [X] [X] [ ] > artist2 [ ] [X] [X] > artist3 [ ] [ ] [X] > artist4 [ ] [ ] [ ] > artist5 [X] [ ] [ ] -------------------- > > > > so you can make many-to-many associations between artists and > playlists. It might even automatically add newly discovered tracks to > appropriate playlists, based on the artist... If I understand you correct this example would create 3 playlists: playlist1: Contains all songs in SlimServer database from artist1 and also all songs from artist5 playlist2: Contains all songs in SlimServer database from artist1 and also all songs from artist2 playlist3: Contains all songs in SlimServer database from artist2 and also all songs from artist3
If this is what you try to accomplish the functionality might already be available in the SQLPlayList plugin. The user interface doesn't look exactly like your sample but you can do the same, the procedure would be: - For each of the three playlists, create a new playlist in SQLPlayList plugin of type "Advanced" and select the desired artists in the "Only include tracks for selected artists" list box for each playlist. But adding a new artist to all available playlists would mean a lot more mouse clicks with the SQLPlayList plugin user interface than in your sample user interface. Adding a new artist to a single playlist would be approximately the same amount of mouse clicks. So your user interface will probably be a lot better in some senarios. -- erland Erland Isaksson 'My homepage' (http://erland.homeip.net) 'My download page' (http://erland.homeip.net/download) (Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse, Custom Scan, Custom Skip, Multi Library and RandomPlayList plugins' (http://wiki.erland.homeip.net/index.php/Category:SlimServer)) ------------------------------------------------------------------------ erland's Profile: http://forums.slimdevices.com/member.php?userid=3124 View this thread: http://forums.slimdevices.com/showthread.php?t=36209 _______________________________________________ ripping mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/ripping
