TimeLineAnnotator / desktop

A GUI for graphical analysis and annotation of video and audio files.
https://tilia-app.com
Creative Commons Attribution Share Alike 4.0 International
13 stars 3 forks source link

fix cli #167

Closed azfoo closed 4 months ago

azfoo commented 4 months ago

probably fixed. requires further testing but is working now.

FelipeDefensor commented 4 months ago

Good job! I have quickly tested it and everything seems to be working, apart from the "load-media" command. I will commit a fix later today.

azfoo commented 4 months ago

My last commits implement Player instances for the CLI to fix the 'load-media' command. In that case, do we still need to serve the media path from the App class? If not, I think it's a better idea to go back to serving from Player, as that has been tested manually previously.

Seems to work now with the previous method. I've updated and pushed things back up now.