@earbug/user-library-harvester
v1.0.4
Published
Load users' playlists and playlist tracks into the DB tables: - `platform_user_playlist` - `platform_track` - `platform_user_playlist_track`
Readme
user-library-harvester
Load users' playlists and playlist tracks into the DB tables:
platform_user_playlistplatform_trackplatform_user_playlist_track
Deployment
Run the following two scripts in separate screen sessions:
- ci_loop.bash # runs the service until a flag file appears, then pulls from github and runs again
- poll_for_updates.bash # calls git fetch in a loop waiting for updates to show up. Touches that flag file.
