..the file explorer in Linux Mint..
I have Linux Mint.@DaveB you should probably tell us which Linux Mint version, and the DE (Desktop Environment)
The File Managers differ.
Cinnamon - Nemo
MATE - Caja and
Xfce - Thunar
Chris Turner
wizardfromoz
I think a "file manager" is concerned more with managing the files as such without regard to what's -in- them so it doesn't surprise me too much that most FMs don't open a file to get information from the ID3 tag. It -does- surprise me that some FMs will show, for instance, a thumbnail of an image file - which would certainly require opening the file to get at what's in it.The track numbers are in the ID3 tag. So why cant Linux read that?
It would have been useful if you had posted a screenshot of what that looks like because I'm not sure what you mean by that exactly. Also know that Windows and Linux aren't the same, so just because Windows has something don't expect Linux to also have that exact same thing or vice-versa.Thanks. I am just spoiled I guess after using MediaMonkey for a loooooong time. I just started with Linux and trying to get and using Windows for like forever. Even the file manager in windows you can have track numbers displayed. I know this is a Linux forum I am just trying to get things with what I know and am comfortable with.
The track numbers are in the ID3 tag. So why cant Linux read that?
AI Overview
Linux Mint's default Nemo file manager does not display audio tags natively, but you can easily handle music track numbers by renaming files with a numbered prefix or by installing the nemo-media-columns extension to view ID3 tags in the List View. [1, 2]
View Track Numbers in List View
You can add columns to see track numbers directly inside Nemo using the official extension:
- Open your terminal and run: sudo apt install nemo-media-columns
- Restart Nemo with the command: nemo -q
- Open Nemo, switch to List View, and right-click on the column headers to enable track and metadata columns. [1, 2]
Sort and Name Files
Because Nemo sorts files alphanumerically, track 2 will sort after track 10. To ensure your music stays in the correct album order:
- Rename Files: Ensure files use a standard numbering format (e.g., 01 - SongTitle.mp3, 02 - SongTitle.mp3).
- Bulk Renaming: Highlight the files in Nemo and press F2 to use the built-in bulk renaming tool.
- Batch Tag Editors: For deep metadata and filename correction, install a dedicated batch tagger like Picard or Puddletag (sudo apt install picard) rather than ...