Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davis-software/juicedserato
Write song Cue data from the DJuced database to audio files in a Serato-compatible fromat
https://github.com/davis-software/juicedserato
converter dj djuced hercules music pioneer serato serato-dj-pro
Last synced: 27 days ago
JSON representation
Write song Cue data from the DJuced database to audio files in a Serato-compatible fromat
- Host: GitHub
- URL: https://github.com/davis-software/juicedserato
- Owner: Davis-Software
- License: gpl-3.0
- Created: 2024-06-17T11:59:13.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-17T20:28:21.000Z (5 months ago)
- Last Synced: 2024-09-18T01:39:53.296Z (about 2 months ago)
- Topics: converter, dj, djuced, hercules, music, pioneer, serato, serato-dj-pro
- Language: Python
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## JuicedSerato
> Developed by [Davis_Software](https://pages.software-city.org/d) © 2024
This Project aims to enable users of the DJuiced DJ Software to write their configured track cues into the ID3 tags of the track files
with the Serato GEOB format. This will essentially transfer all cues into Serato.---
### Installation
You can Install JuicySerato through multiple sources
* Via Python Package Index
* `pip install juicy_serato`
* Download an executable
* Go to GitHubs Release section and download the correct executable file for your os.---
### Usage
* Inject Serato ID3 tags in-place:
* `juicy_serato -b inject`
* Copy all Library files to a target folder and inject the ID3 tags into these:
* `juicy_serato -b copy `---
#### used resourced / open-source projects
* https://github.com/Holzhaus/serato-tags
* https://github.com/Holzhaus/serato-tags/blob/main/docs/fileformats.md
* https://github.com/DJUCED/DJUCED_DJ/blob/main/doc/meta-tags.md---
### Development
* Generate virtual env `python -m venv .venv`
* Activate the venv
* Install packages `pip install -r requirements.txt`
* Install the package in edit mode `pip install -e .`
* Build with `python -m build`