v1.0.52
[ 1.0.52 ] - 2024/08/19
- Changed storage location of authorization Token Cache file to prevent data loss on version updates. The file was moved from
\config\custom_components\spotifyplus\data\tokens.json
to\config\.storage\spotifyplus_tokens.json
, which will allow it to persist between version updates. Note that you can simply copy the Token Cache file from the old location to the new location prior to this update, so that you don't have to re-run the AuthTokenGenerator.py script again. - Added service
remove_audiobook_favorites
to remove one or more audiobooks (or the currently playing audiobook) from the current user's 'Your Library' favorites. - Added service
remove_episode_favorites
to remove one or more show episodes (or the currently playing episode) from the current user's 'Your Library' favorites. - Added service
remove_show_favorites
to remove one or more shows (or the currently playing show) from the current user's 'Your Library' favorites. - Added service
save_audiobook_favorites
to save one or more audiobooks (or the currently playing audiobook) to the current user's 'Your Library' favorites. - Added service
save_episode_favorites
to save one or more show episodes (or the currently playing episode) to the current user's 'Your Library' favorites. - Added service
save_show_favorites
to save one or more shows (or the currently playing show) to the current user's 'Your Library' favorites. - Updated underlying
spotifywebapiPython
package requirement to version 1.0.86.