Results 891 to 900 of 1047
-
2022-01-24, 11:00 #891
- Join Date
- Jan 2010
- Location
- Hertfordshire
- Posts
- 9,083
-
2022-01-24, 11:10 #892
-
2022-01-24, 12:02 #893
[Announce] Spotty 4.0 - integrate locallibrary with your Spotify collection (LMS 8+)
> Not sure if this has anything to do with the problem but recently I
> changed language to English(British) in LMS settings and then got
> 'Failed to get access token' when using Spotty.
> Switching back to 'English' fixed the issue
Oh wow... I did notice both reporters were using en_GB. And at first I
thought having en_GB as the locale and US as the country was causing
issue. But that wasn't the case with the request we tested in the
browser. I didn't realize the plugin was sending the "accept-language"
http header - which expects en-gb rather than en_gb. That should be an
easy fix.
Thank you very much for this finding!
-
2022-01-24, 14:05 #894
- Join Date
- Jan 2010
- Location
- Hertfordshire
- Posts
- 9,083
-
2022-01-24, 14:56 #895
-
2022-01-25, 03:30 #896
- Join Date
- Sep 2020
- Posts
- 18
Thank you so much. I had the same issue, and it seems that your update solved it !
Thank you for the great job !
-
2022-01-25, 14:47 #897
-
2022-01-26, 10:20 #898
- Join Date
- Jul 2009
- Posts
- 609
Allow sorting playlist tracks by date
A question to Michael / @mherger:
Background:
I dearly miss a feature in LMS to sort playlists...
(I asked here (https://forums.slimdevices.com/showt...light=podcast) for it w/o getting much feedback or interest from others, so I am surprised that this seems not to be an issue for many... (only @castalla asked for something similar...).
I miss it especially in the context of Audio-Books or Podcasts w/ a lot of short entries which are not easily sortable by drag'n'drop on my phone via material... But I am getting OT....)
Here is my question:
I noticed in your spotty plugin github page this update last december:
"Allow sorting playlist tracks by date of addition." https://github.com/michaelherger/Spo...02c3364ef3d6d5
Maybe, this can help already with unsorted AudioBook Playlist in Spotify.
But: I don't know or see a way to enable that sorting option....
-> Can you point me to how to use it / where to enable it?
-
2022-01-26, 23:11 #899
[Announce] Spotty 4.0 - integrate locallibrary with your Spotify collection (LMS 8+)
> I noticed in your spotty plugin github page this update last december:
> "Allow sorting playlist tracks by date of addition."
It's in the player specific Spotty settings in LMS.
-
2022-01-28, 02:58 #900
- Join Date
- Oct 2010
- Posts
- 202
Library rescan when using English (British)
When using 'English (British)' in LMS Basic Settings a rescan for 'new and changed files' does not pick up new music added to my Spotify account.
Again using 'English (British)' a rescan using 'clear library and rescan everything' loses all the Spotify content from the LMS library.
Reverting to 'English' and rescanning fixes this bringing everything from Spotify back into the LMS library.
The Scanner log had the following when using 'English (British)'
[22-01-28 09:30:31.4688] Slim::Music::Import::runImporter (578) Starting Plugins::Spotty::Importer scan
[22-01-28 09:30:31.6720] Plugins::Spotty::API::Sync::_call (384) Failed to parse JSON response from me/albums?limit=50&offset=0: malformed JSON string, neither array, object, number, string or atom, at character offset 0 (before "(end of string)") at /usr/local/slimserver/Cache/InstalledPlugins/Plugins/Spotty/API/Sync.pm line 377.
[22-01-28 09:30:31.7762] Plugins::Spotty::API::Sync::_call (384) Failed to parse JSON response from me/albums?limit=50&offset=0: malformed JSON string, neither array, object, number, string or atom, at character offset 0 (before "(end of string)") at /usr/local/slimserver/Cache/InstalledPlugins/Plugins/Spotty/API/Sync.pm line 377.
[22-01-28 09:30:31.8840] Plugins::Spotty::API::Sync::_call (384) Failed to parse JSON response from me/following?limit=50&type=artist: malformed JSON string, neither array, object, number, string or atom, at character offset 0 (before "(end of string)") at /usr/local/slimserver/Cache/InstalledPlugins/Plugins/Spotty/API/Sync.pm line 377.
[22-01-28 09:30:31.9748] Plugins::Spotty::API::Sync::_call (384) Failed to parse JSON response from me/following?limit=50&type=artist: malformed JSON string, neither array, object, number, string or atom, at character offset 0 (before "(end of string)") at /usr/local/slimserver/Cache/InstalledPlugins/Plugins/Spotty/API/Sync.pm line 377.
[22-01-28 09:30:32.0888] Plugins::Spotty::API::Sync::_call (384) Failed to parse JSON response from me/playlists?limit=50&offset=0: malformed JSON string, neither array, object, number, string or atom, at character offset 0 (before "(end of string)") at /usr/local/slimserver/Cache/InstalledPlugins/Plugins/Spotty/API/Sync.pm line 377.
[22-01-28 09:30:32.1785] Plugins::Spotty::API::Sync::_call (384) Failed to parse JSON response from me/playlists?limit=50&offset=0: malformed JSON string, neither array, object, number, string or atom, at character offset 0 (before "(end of string)") at /usr/local/slimserver/Cache/InstalledPlugins/Plugins/Spotty/API/Sync.pm line 377.
[22-01-28 09:30:32.1924] Slim::Plugin::OnlineLibraryBase::deleteRemovedTrac ks (81) Get removed online tracks count
[22-01-28 09:30:32.2074] Slim::Music::Import::endImporter (711) Completed Plugins::Spotty::Importer Scan in 0.738 seconds.
Anyone else seeing this? I'm using latest Spotty and latest LMS 8.3 on Pi4 with latest piCorePlayer acting as server and player.Last edited by gegen; 2022-01-28 at 03:25. Reason: Typo