fooyin icon indicating copy to clipboard operation
fooyin copied to clipboard

Automatic track numbers and titles

Open Pathologic opened this issue 7 months ago • 1 comments

There are some albums without cue and files metadata. So track numbers are not shown in the playlist. It would be nice to set numbers for these tracks automatically. Something like:

for($i = 1; $i <= $tracksCount; $i++) {
    //set $i as track number
}

Setting "unknown artist' and "unknown album" seems to be a good idea as well: image

Pathologic avatar Jul 12 '24 08:07 Pathologic