You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to add three different file formats in order to get an audiobook of 64 files into TeddyBench (latest version) locally (to transfer it to TeddyCloud): M4B, OGG and MP3
Apart from that M4B and OGG didn't create a proper taf-file (without any indication about the reason and me too upset about the sorting in order to report that issue as well) the sorting dialog is a pita:
For each file format the files got sorted by some unreasonable criteria and I had to sort them or manually edit their tags upfront , or , or, or. Also with the MP3-files - which all contain a correct ID3v2.3-Tag and a correct filename and get listed anywhere else in the correct order - TeddyBench isn't capable to show them in the right order initially when showing the sort-dialog:
See the selected file which actually should be the second in the list - in case this dialog would use any comprehensible criteria!
The dialog is sorting somehow (as every second chapter of each episode is at the lower 32 items - but that sorting is nonsense according to the information shown in that dialog.
You might consider clicking any column-header shown in that dialog, however, cklicking does not have any effect, unfortunately.
These files get selected from top to bottom all at once from the windows explorer window which opens when you click "Add..." and which sorts them absolutely correct. The result in this teddybench sorting dialog is requesting me to move 32 files 31 times up each - ** hundreds of clicks for just 64 audio files** to get them into the right order. I don't think that should be requested from any user of any application ;-)
The text was updated successfully, but these errors were encountered:
I added a pull request which is addressing this issue: #87
Now, having dealt with the code, I can see the reason why the application was behaving like mentioned above. So it actually "works as designed" - even though very confusing for certain files (see the screenshot above). However, now with my pull request a user can actually see the criteria the list is ordered by (Track No.) as I added that data as another subitem to the list - with the current code base in master one couldn't see that.
The PR doesn't change the initial sorting when the dialog shows up - it is still the track no. But it introduces the opportunity (optional) to sort by the other columns (filename or ID3 Tag) simply by clicking the column header - or go back to sort by track no. again. This issue can be closed when the PR got merged or the functionality has been implemented in another way.
Uh oh!
There was an error while loading. Please reload this page.
I tried to add three different file formats in order to get an audiobook of 64 files into TeddyBench (latest version) locally (to transfer it to TeddyCloud): M4B, OGG and MP3
Apart from that M4B and OGG didn't create a proper taf-file (without any indication about the reason and me too upset about the sorting in order to report that issue as well) the sorting dialog is a pita:

For each file format the files got sorted by some unreasonable criteria and I had to sort them or manually edit their tags upfront , or , or, or. Also with the MP3-files - which all contain a correct ID3v2.3-Tag and a correct filename and get listed anywhere else in the correct order - TeddyBench isn't capable to show them in the right order initially when showing the sort-dialog:
See the selected file which actually should be the second in the list - in case this dialog would use any comprehensible criteria!
The dialog is sorting somehow (as every second chapter of each episode is at the lower 32 items - but that sorting is nonsense according to the information shown in that dialog.
You might consider clicking any column-header shown in that dialog, however, cklicking does not have any effect, unfortunately.
These files get selected from top to bottom all at once from the windows explorer window which opens when you click "Add..." and which sorts them absolutely correct. The result in this teddybench sorting dialog is requesting me to move 32 files 31 times up each - ** hundreds of clicks for just 64 audio files** to get them into the right order. I don't think that should be requested from any user of any application ;-)
The text was updated successfully, but these errors were encountered: