Bug 485729 - Separate fields for total numbers of tracks/discs
Summary: Separate fields for total numbers of tracks/discs
Status: RESOLVED NOT A BUG
Alias: None
Product: kid3
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Other
: NOR wishlist
Target Milestone: ---
Assignee: Urs Fleisch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-18 11:29 UTC by Russ
Modified: 2024-04-20 13:36 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Russ 2024-04-18 11:29:42 UTC
***
If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

SUMMARY
I'd like to see separate fields for track and disc number, for the track/disc number itself and the "of" number.

STEPS TO REPRODUCE
1. Import an album with X tracks, let's say 10 tracks
2. Track numbers can be auto added
3. When now wanting to add how many tracks there are in total, I need to edit each track
4. When selecting all track files in the browser on the left, the value is shown as # due to the values differing.
5. Select track 1. Change "Track Number" "1" to "1/10"
6. Select track 2. Change "Track Number" "1" to "2/10" ... repeat
...
...

I've had some albums that are some 50 tracks deep. This is a long job.

OBSERVED RESULT
As above.

EXPECTED RESULT
What would be nice, are 2 separate boxes (perhaps side by side in the same row). With this, one could highlight all tracks, the track number box would show #, but the second box, representing the total tracks (e.g. 1/x) would now be blank, waiting for me to enter the total tracks, therefore amending this number in one change.

The same could be done, and would help when tagging an album with multiple discs/vinyls.

SOFTWARE/OS VERSIONS
Windows: n/a
macOS: 14.4.1
Linux/KDE Plasma: n/a
(available in About System)
KDE Plasma Version: n/a
KDE Frameworks Version: n/a
Qt Version: n/a

ADDITIONAL INFORMATION
Comment 1 Urs Fleisch 2024-04-20 13:36:30 UTC
Kid3 lets you edit exactly the frames which exist in the tag. Whether the track number and the total are different frames, depends on the format. In Vorbis comments, as found in FLAC or Ogg files, there are different frames, but in ID3v2 tags, which are used in MP3 files, this information is in the same frame.

Anyway, you do not have to edit the track numbers and the total manually in such a tedious process as described in this bug report. There is an action in the menu "Tools/Number Tracks", which lets you set the track number and the total with a single operation. Just select all the files you want to modify and then use the "Number Tracks" dialog.