Results 181 to 190 of 207
-
2022-06-16, 10:01 #181
- Join Date
- Nov 2013
- Posts
- 59
-
2022-06-17, 02:51 #182
- Join Date
- Jul 2010
- Location
- Oz
- Posts
- 445
I assume that you're referring to the playlist stop action of your albums example that would reenable your default CS3 filter set.
Anything that ends an active dynamic playlist should trigger this PlaylistStopAction: when DPL3 can't find any more tracks matching the dpl's search criteria or if the client's playlist is cleared. And starting a different dynamic playlist will clear your client's playlist.
-
2022-06-17, 09:12 #183
- Join Date
- Mar 2011
- Posts
- 267
i have a read error message in the plugin since months i guess, to add this repo url:
https://raw.githubusercontent.com/AF...ain/public.xml
this is not working, as the address isn't working
::SimpleAsyncHTTP:nError (109) Failed to connect to https://raw.githubusercontent.com/AF...ain/public.xml (404 Not Found)
-
2022-06-18, 01:54 #184
- Join Date
- Jul 2010
- Location
- Oz
- Posts
- 445
It's not the plugin that calls this url but LMS core trying to get the latest repo contents.
I only use separate GitHub repos for plugins that will never be part of the LMS main repo, or that are not yet, or not anymore. DPL3 is part of the LMS main repo. Its separate repo url is obsolete and is no longer valid.
If you manually added the DPL3 GitHub repo at the bottom of the LMS > settings > plugins, just delete it.
-
2022-06-19, 13:44 #185
- Join Date
- Mar 2011
- Posts
- 267
did that, but adding i did add that url intentionally because the plugin showed (still today) a red message spread all over the screen
-
2022-06-19, 15:05 #186
- Join Date
- Jul 2010
- Location
- Oz
- Posts
- 445
You didn't mention your plugin version nor what skin/client you used when you got the message.
Anyway, the current version of DPL3 available from the LMS repo is 3.5.12 and it shouldn't display any message. If it's a web skin (LMS default skin), maybe clear your browser cache too.
-
2022-06-20, 05:10 #187
- Join Date
- Mar 2011
- Posts
- 267
was an older version and the material skin. Uninstall, reboot, reinstall fixed it. Additionally it fixed also a constant error with rating light (right click - rating button, never worked before.) So double fixing.
-
2022-07-22, 10:16 #188
- Join Date
- Feb 2010
- Posts
- 382
Playlist icon
First of all, I absolutely love this plugin and have moved my SQL Playlists over with ease. I have run into one weird (not urgent) thing. What determines the icon? I have two virtually identical .sql.xml playlists (one does uniform random play and the other weights the likelihood of a song by its rating) but one gets an icon and the other does not as in the picture below. What could account for that? I don't see any obvious difference in the .sql.xml file.
Thanks,
Mike
-
2022-07-23, 02:30 #189
- Join Date
- Jul 2010
- Location
- Oz
- Posts
- 445
Thanks. I haven't been able to reproduce your icon problem so far. And the content of the sql.xml files shouldn't have any effect on the icon.
What's the source of the dynamic playlist (dpl) with the missing icon? It is a user-created dpl from the DPL-custom-lists folder or is the source SQL Playlists? If in doubt, check the DPL3 preferences > enabled dynamic playlists. It lists the source of each dpl.
BTW does "have moved my SQL Playlists over with ease" mean that you've exported your dynamic playlists for SQL Playlists and use them in DPL3 directly (as explained in the FAQ)?
I see you're using Firefox. And I assume you're using the latest Material skin (2.10.1). Maybe you could try this: clear the browser cache, navigate to Favourites, enable the browser console (Inspect tab), position the mouse pointer over the broken icon and take a look at the (highlighted) icon url in the Inspect tab of the browser console. Let me know what it is. It should be the same as for the working icon.
-
2022-07-23, 09:21 #190
- Join Date
- Feb 2010
- Posts
- 382
Thanks for the response
They both say
(source: Dynamic Playlists v3 - custom/user-provided)
I just copied them into the Playlists/DPL-custom-lists folder and added the following lines to adapt to the (minimal) changes in behavior because list length and ordering are handled differently in DPL3 than in legacy DP by default.
Code:-- PlaylistLimitOption:unlimited -- PlaylistTrackOrder:ordered
Code:<img src="/material/svg/plugins/DynamicPlayList/html/images/dpl_icon.svg?c=edece7&r=2.10.1" class="svg-list-img">
Code:<img src="/material/svg/plugins/DynamicPlaylists3/html/images/dpl_icon.svg?c=edece7&r=2.10.1" class="svg-list-img">
Thanks,
Mike