Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for tracks.json #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jpjagt
Copy link

@jpjagt jpjagt commented Jan 27, 2024

I encountered an encoding issue when providing a tracklist with Japanese characters. I worked around this by adding support for providing a json file with tracks.

This code automatically detects if a tracks.json output file is manually supplied by the user, and if so, takes the title & timestamps from this json object.

Right now, the json object should have one attribute, tracks, which maps to a list of dicts with title and start_time. Maybe it could just be the list itself, the tracks wrapping is not really necessary...

Todo: add documentation in the readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant