https://github.com/jaymoulin/google-musicmanager-dedup-api
Deduplication API for Google MusicManager
https://github.com/jaymoulin/google-musicmanager-dedup-api
api api-server api-service deduplicate deduplication docker docker-image google-music google-musicmanager
Last synced: 4 months ago
JSON representation
Deduplication API for Google MusicManager
- Host: GitHub
- URL: https://github.com/jaymoulin/google-musicmanager-dedup-api
- Owner: jaymoulin
- License: mit
- Created: 2019-03-02T18:17:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T18:15:26.000Z (about 2 years ago)
- Last Synced: 2025-07-19T13:53:14.338Z (11 months ago)
- Topics: api, api-server, api-service, deduplicate, deduplication, docker, docker-image, google-music, google-musicmanager
- Language: Python
- Homepage: https://brands.jaymoulin.me/me/google-musicmanager-dedup-api/
- Size: 59.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
> [!CAUTION]
> As-of 2021, this product does not have a free support team anymore. If you want this product to be maintained, please support my work.
> [!NOTE]
> (This product is available under a free and permissive license, but needs financial support to sustain its continued improvements. In addition to maintenance and stability there are many desirable features yet to be added.)

Google MusicManager Deduplication API - Docker Image
====================================================
[](https://hub.docker.com/r/jaymoulin/google-musicmanager-dedup-api/)
[](https://hub.docker.com/r/jaymoulin/google-musicmanager-dedup-api/)
[](https://www.paypal.me/jaymoulin)
[](https://www.buymeacoffee.com/jaymoulin)
[](https://www.ko-fi.com/jaymoulin)
This image allows you utilize deduplication feature for [Youtube Music Uploader](https://github.com/jaymoulin/youtube-music-uploader)
Installation
---
Please note that this package is also hosted on Github Container Registry, just add `ghcr.io/` before the image name (`docker pull ghcr.io/jaymoulin/google-musicmanager-dedup-api` instead of `jaymoulin/google-musicmanager-dedup-api`)
```
docker run -d --restart=always -p 80:80 -v /path/to/your/db:/app/db --name googlemusic-dedup jaymoulin/google-musicmanager-dedup-api
```
You can mount a volume to `/app/db/` to keep the database outside the container