mirror of
https://github.com/blacktwin/JBOPS.git
synced 2025-12-15 12:45:36 +00:00
Thanks for the feedback. Once again, first incursion in python - unsure if this is what you expected on the dictionary front.
Also, added the declaration/instancing of GGMUSICLIST to after the authentication part because it'd fail miserably if we weren't authenticated, I imagine?
As for the behavior, I have a free account, all playlists created by myself, mostly uploaded tracks, some purchased. This seemed to be the way it'd work for me. A simple way I got to troubleshoot it was to run
print("Playlist length: {}".format(len(mc.get_shared_playlist_contents(shareToken))))
print("Playlist SOURCE length: {}".format(len(pl['tracks'])))
and in many cases there was a difference there (the SOURCE would always be the same number or larger than the one from get_shared_playlist_contents(shareToken), and the correct number from what I could tell).
Hope this helps, but once again, your mileage may vary. Just wanted to share in case it'd help.
|
||
|---|---|---|
| .. | ||
| add_label_recently_added.py | ||
| bypass_auth_name.py | ||
| delete_watched_TV.py | ||
| enable_disable_all_guest_access.py | ||
| find_plex_meta.py | ||
| find_unwatched.py | ||
| get_serial_transcoders.py | ||
| gmusic_playlists_to_plex.py | ||
| grab_gdrive_media.py | ||
| hide_episode_spoilers.py | ||
| mark_multiepisode_watched.py | ||
| media_manager.py | ||
| off_deck.py | ||
| plex_api_invite.py | ||
| plex_api_parental_control.py | ||
| plex_api_poster_pull.py | ||
| plex_api_share.py | ||
| plex_api_show_settings.py | ||
| plex_dance.py | ||
| plex_imgur_dl.py | ||
| plex_popular_playlist.py | ||
| plex_theme_songs.py | ||
| plexapi_delete_playlists.py | ||
| purge_removed_plex_friends.py | ||
| recently_added_collection.py | ||
| refresh_next_episode.py | ||
| remove_inactive_users.py | ||
| remove_movie_collections.py | ||
| remove_watched_movies.py | ||
| rename_seasons.py | ||
| spoilers.png | ||
| stream_limiter_ban_email.py | ||
| sync_watch_status.py | ||
| tautulli_friendly_name_to_ombi_alias_sync.py | ||