![]() |
|
10.11.1 - MKA issue - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: 10.11.1 - MKA issue (/t-10-11-1-mka-issue) |
10.11.1 - MKA issue - 34626 - 2025-11-02 Im currently working thru my entire music library, so the music is converted from .WAV to .flac, and then stored in a .MKA container. This seems to work just fine and save about 33% space and bandwidth. The issue i belive to experience is somewhat the same as this topic: https://forum.jellyfin.org/t-mka-tags-recognized-by-jellyfin I have a bash script that should add some user defined metadata + track number. Example: Bon Jovi/Crush (2000)/01 - It’s My Life.mka When adding to Jellyfin it will look loke this: Bon Jovi/Crush (2000)/It’s My Life And the order of the songs is then messed up. Why dont i just add the 01. to the name of the songs metadata? When i create a playlist, i really like just the title of each song, i dont need their track numbers there, besides of the order of the songs in the playlist Below is the bash script i run to add Artist, Album, Year and track numbers: Quote:#!/bin/bash |