View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005460 | ardour | bugs | public | 2013-04-25 22:34 | 2014-09-30 08:38 |
Reporter | 864ce6 | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 3.0 | ||||
Summary | 0005460: Exported audio filename differs between CUE/TOC file and file written to disk. | ||||
Description | The generated TOC/CUE files target an audio file named according to the time exporting completes (mysession_Session_2013-04-25_17.55.wav), while the actual audio file is named after the time the export begins (mysession_Session_2013-04-25_17.51.wav). The TOC/CUE files themselves are also named after the completion time (the former case). To reproduce: - create a new session and import audio into it. the session should be long enough that exporting does not start and end within the same minute (my session is ~ 45 minutes). - export the session (Session > Export > Export To Audio Files(s)), selecting YYYY-MM-DD and HH.MM for the time and date filename components, and checking the boxes for "Create CUE file" and "Create TOC" file in the "Edit Export Format Profile" menu (in export dialog, Format > Edit). - Upon export completion, observe the mismatch between audio filenames and CUE/BIN filenames: test_Session_2013-04-25_18.17.wav test_Session_2013-04-25_18.21.wav.cue test_Session_2013-04-25_18.21.wav.toc Also notice that the text within the CUE/TOC files reference a (non-existant) audio file with the wrong date/time component: $ grep "wav" test_Session_2013-04-25_18.21.wav.{toc,cue} test_Session_2013-04-25_18.21.wav.toc:FILE "/mnt/data/test/test_Session_2013-04-25_18.21.wav" 00:00:00 08:02:28 test_Session_2013-04-25_18.21.wav.toc:FILE "/mnt/data/test/test_Session_2013-04-25_18.21.wav" 08:02:28 08:29:09 test_Session_2013-04-25_18.21.wav.toc:FILE "/mnt/data/test/test_Session_2013-04-25_18.21.wav" 16:31:38 06:38:02 test_Session_2013-04-25_18.21.wav.toc:FILE "/mnt/data/test/test_Session_2013-04-25_18.21.wav" 23:09:40 09:28:59 test_Session_2013-04-25_18.21.wav.toc:FILE "/mnt/data/test/test_Session_2013-04-25_18.21.wav" 32:38:25 11:48:42 test_Session_2013-04-25_18.21.wav.cue:FILE "test_Session_2013-04-25_18.21.wav" WAVE | ||||
Additional Information | actual version is Ardour 3.1 (built from revision 3.1-3-g1606996), but 3.1 wasn't present on the "Product Version" list. Let me know if I should've picked/done something different. | ||||
Tags | No tags attached. | ||||
|
same here. if export takes longer than 1 minute and hour/time component used for the filename, TOC will use a different hour/time component (later in time) as the audio and can not be used without modifying. possible solution: store hour/time component at the time the export starts and use that all the way until all exporting is done. |