Replies: 4 comments 7 replies
-
I like the idea of having tabs and showing chapters side-by-side for comparison. I'm not sure how dragging would work with regard to the start time. I think the start times should stay ascending. I only had one case just yesterday where I wanted to drag a chapter and it was due to a bug that I just fixed. Other than that I can't think of why I'm dragging. I like the option to re-probe audio files for embedded chapters. I have to think about this tab some more because one thing that was useful was being able to tell quickly if a book had multiple files with embedded chapters or one when debugging issues. If there are multiple files with embedded chapters they might be merged. For #2816 I think we would have to show this on the tracks tab. A toggle between filename and ID3 title if it is present or something like that. I can't think of a scenario where the arrow between each chapter row would be useful. Each tab would need similar buttons that are now on the lookup modal, "Apply Chapters" and "Map Chapters". One thing I've been wanting to update on the chapter editor probably the most of all is the sample audio feature. I think when sampling the chapter this needs to show a separate audio player somewhere that allows seeking and showing the timestamp. I haven't thought of a good way to implement that yet but I use the sample feature the most when checking if times match up to the audio. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Following up on the status of this issue. |
Beta Was this translation helpful? Give feedback.
-
Following up on the status of this feature request. Yes, I'm very much interested in the import from metadata function to clean up the chapters in my library. |
Beta Was this translation helpful? Give feedback.
-
In trying to figure out the best way to show the Lookup chapters next to the existing chapters (mentioned in #2640), I spent some time trying to redesign the Chapter page. Afterwards, I found some similar requests which touch on some of the same points.
The main things to change in the layout:
-6
-1
+1
+6
. 6 was chosen because that is the length of the Audible intro.00:00:00
. This makes it visually distinct and helps users to see that the start time will not change by using the "shift times"Tracks
,ID3 Chapters
,Lookup
and make the rows align with the left side so it's easier to visually compare them. The right side is not editable and is used for information purposes only. Each one of the 3 tabs has a "set chapters" button that removes all chapters from the left and copies data from the right to the left like it currently does for filenames.Tracks
: remove the "Chapters" checkbox column and move the "time" column to the left of the filename so all 3 tabs have the same layout. By default the time column is "start time".ID3 Chapters
: add a "probe audio files" button that gets the chapters and builds the list on the right side. If no embedded tracks are found, then display a message.Lookup
: move the current Audible chapter lookup out of the modal and put it in this main tab. Have the ASIN, Region, and search buttons in the top so it is easier to search again with different criteria.Track Editor
, but not sure how hard that would be to add.I spent some time trying to figure out how to make this intuitive on a mobile device or smaller screen, and my conclusion is "this should really be done with an actual monitor, but the new layout does not make the mobile experience worse." This should also be manageable with screen readers, but not sure how well the "copy arrow" functionality would work for that.
Narrow Screen behavior
Beta Was this translation helpful? Give feedback.
All reactions