Ultraschall / ultraschall-portable

Portable ULTRASCHALL Podcasting Extensions including the REAPER DAW
MIT License
55 stars 7 forks source link

[ENHANCEMENT] Import chapters from mp3 #418

Closed mespotine closed 1 year ago

mespotine commented 2 years ago

Mit CF_EnumMediaSourceCues kann man Kapitelmarken von MP3s importieren. Dafür ne Action bauen wäre nice.

Beispielcode um an die erste Kapitelmarke zu kommen:

Source=reaper.PCM_Source_CreateFromFile("c:\\testfile.mp3")
Marker1={reaper.CF_EnumMediaSourceCues(Source,  0)}

Noch besser wäre, wenn der Import von Chapterimages/Urls auch ginge, aber dafür brauchts noch etwas mehr Forschungsarbeit.

mespotine commented 1 year ago

Gelöst durch #427

Es wäre noch machbar, weitere Fileformate mit Kapitelmarken zu importieren, wenn gewünscht...

mespotine commented 1 year ago

Habs mal andere Fileformate hinzugefügt.

mespotine commented 1 year ago

Habs mal andere Fileformate hinzugefügt.

mespotine commented 1 year ago

Habs mal andere Fileformate hinzugefügt.

mespotine commented 1 year ago

Habs mal andere Fileformate hinzugefügt.

mespotine commented 1 year ago

Habs mal andere Fileformate hinzugefügt.