Collection of VocaDB related scripts.
Uses VDBpy under the hood.
Ideas, Pull Requests, etc. are welcome.
AT_calculate_artist_tags_based_on_songs.pyFind the most common tags for the artist based on artist's song entriesAT_calculate_most_relevant_artists_by_a_tag.pyFind the most relevant artists for a given tag based on all the tagged songs (slow)AT_verify_tagged_artists.pyVerify if tagged artists have tagged songs
Generate interactive graphs with Plotly based on monthly counts:
G_monthly_comments.pyG_monthly_edits.pyG_monthly_users.py
Monthly counts are cached indefinitely, which enables quick regeneration.
Generated graphs are displayed in a browser window (localhost).
G_rated_songs_by_user.pygenerates 2 graphs (monthly publish & rating date), cached for 7 days
U_export_dms.pyExport DMs as markdown filesU_export_rated_song_entries_as_csv.pyU_notifications_to_songlist.pyTurn song notifications into a songlist
(7d cached data)
US_find_favourite_albums.pyUS_find_favourite_producers.pyUS_find_favourite_vocalists.py