{"id":19856953,"url":"https://github.com/johnvuko/spotify-playlist","last_synced_at":"2025-05-02T02:30:27.472Z","repository":{"id":42617364,"uuid":"95012970","full_name":"johnvuko/spotify-playlist","owner":"johnvuko","description":"Remove the songs added to the playlist \"Remove from spotify\" from every playlists","archived":false,"fork":false,"pushed_at":"2023-01-19T11:15:34.000Z","size":84,"stargazers_count":6,"open_issues_count":13,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-06T21:02:36.134Z","etag":null,"topics":["spotify","spotify-api"],"latest_commit_sha":null,"homepage":"https://spotify-playlist.eivo.fr","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnvuko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-21T14:27:16.000Z","updated_at":"2021-01-31T04:11:31.000Z","dependencies_parsed_at":"2023-01-28T16:10:14.714Z","dependency_job_id":null,"html_url":"https://github.com/johnvuko/spotify-playlist","commit_stats":null,"previous_names":["johnvuko/spotify-playlist"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2Fspotify-playlist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2Fspotify-playlist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2Fspotify-playlist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnvuko%2Fspotify-playlist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnvuko","download_url":"https://codeload.github.com/johnvuko/spotify-playlist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251972408,"owners_count":21673599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["spotify","spotify-api"],"created_at":"2024-11-12T14:17:03.287Z","updated_at":"2025-05-02T02:30:27.154Z","avatar_url":"https://github.com/johnvuko.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spotify playlist\n\nRemove the songs added to the playlist \"Remove from spotify\" from every playlists.\nThe playlist \"Remove from spotify\" is checked every 30 minutes.\n\nMore information here [https://community.spotify.com/t5/Live-Ideas/Delete-song-from-playlist-in-Now-playing-menu-Mobile/idc-p/1711248](https://community.spotify.com/t5/Live-Ideas/Delete-song-from-playlist-in-Now-playing-menu-Mobile/idc-p/1711248).\n\nThe live version is available here: [https://spotify-playlist.eivo.fr](https://spotify-playlist.eivo.fr)\n\n## Installation\n\n### Requirements\n\n- PostgreSQL / MySQL\n- recommended [rvm](https://rvm.io/) to manage multiple ruby version\n\n### Prcocess\n\nIf you have rvm installed, when you enter in the folder you may have a text saying:\n```\nruby-2.X.X is not installed.\nTo install do: 'rvm install ruby-2.X.X'\n```\nWhen done, leave and re-enter in the folder, you can check everything is good with `rvm info`.\n\n- `bundle install` install all gems and needs to be done each time `Gemfile` changed\n- Confgiure `config/database.yml` check `config/database.yml.example`\n- `rails db:create` for create a database, just need to be done the first time\n- `rails db:migrate` create all tables with all columns\n\nThis project is configured to run in development on `http://vm.local:3000`.\nOn your desktop (not in the virtual machine if you have one), edit `/etc/hosts` and add this line:\n```\n192.168.134.128 vm.local\n```\n`192.168.134.128` is the ip of your virtual machine, if you don't have one, use `127.0.0.1`.\n\nYou also need to set some variables either in `config/secrets.yml.enc` or in `config/secrets.yml`.\n\n## Running\n\n### Development\n\nStart a server listenning on port 3000:\n`rails s -b 0.0.0.0`\n\nYou can access to the project at http://vm.local:3000\n\n### Production\n\nYou need to generate a secret key base with `rails secret` and put it in `config/secrets.yml.enc` or `config/secrets.yml`.\n\nCompile all assets and start a server listening `tmp/sockets/puma.sock`:\n`./restart_production.sh`\n\n\n## Author\n\n- [Jonathan VUKOVICH TRIBOUHARET](https://github.com/jonathantribouharet) ([@johnvuko](https://twitter.com/johnvuko))\n\n## License\n\nThis code is released under the MIT license. See the LICENSE file for more info.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnvuko%2Fspotify-playlist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnvuko%2Fspotify-playlist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnvuko%2Fspotify-playlist/lists"}