View Issue Details

IDProjectCategoryView StatusLast Update
0005460ardourbugspublic2014-09-30 08:38
Reporter864ce6 Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version3.0 
Summary0005460: Exported audio filename differs between CUE/TOC file and file written to disk.
DescriptionThe 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 Informationactual 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.
TagsNo tags attached.

Activities

tom_

2013-07-14 14:16

reporter   ~0015100

Last edited: 2013-07-14 14:17

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.

Issue History

Date Modified Username Field Change
2013-04-25 22:34 864ce6 New Issue
2013-07-14 14:16 tom_ Note Added: 0015100
2013-07-14 14:17 tom_ Note Edited: 0015100