Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Support for DISCNUMBER tag?
#1
Hi, I have a few albums that have multiple disc and I'm not figuring out a way to make them work intuitively with Moode 4.3

For example, I have a 2-disc album. When I was using foobar I would tag the track with the DISCNUMBER tag. So

Track 1, Disc 1: TRACK 1, DISCNUMBER 1

But if I use this scheme with Moode, it seems to disregard the DISCNUMBER field. Therefore the order in Moode is:

Track 1, Disc 1
Track 1, Disc 2
Track 2, Disc 1
...

I have tried setting the TRACK field to 1.01 and 1-01 but it does not help. I have to resort to setting TRACK to 101, 102, 201... but this is not the most elegant solution.

Can support for this tag be added? Thanks!
Reply
#2
MPD supports the Disc tag but moOde only uses Genre/Artist/Album/Track tags to generate the Library panel.
https://www.musicpd.org/doc/protocol/tags.html

Below is a multi-disc album from my collection. It was imported using iTunes and none of file names or tags were altered other than setting AlbumArtist tag = Artist. No issues in the Library panel

Code:
pi@rp3:~ $ ls -l /mnt/NAS/Music/Ray\ Charles/
total 0
drwxrwxrwx 2 root root 0 Sep 22  2017 Blues + Jazz [Disc 1]
drwxrwxrwx 2 root root 0 Sep 22  2017 Blues + Jazz [Disc 2]
pi@rp3:~ $ ls -l /mnt/NAS/Music/Ray\ Charles/Blues\ +\ Jazz\ \[Disc\ 1]
total 232448
-rwxrwxrwx 1 root root  8655278 Jan 31  2017 1-01 Someday (Single Version) (1950).flac
-rwxrwxrwx 1 root root  7587080 Jan 31  2017 1-02 The Sun's Gonna Shine Again.flac
-rwxrwxrwx 1 root root  8115392 Jan 31  2017 1-03 The Midnight Hour.flac
-rwxrwxrwx 1 root root  8761146 Jan 31  2017 1-04 Worried Life Blues.flac
-rwxrwxrwx 1 root root  7665178 Jan 31  2017 1-05 Low Society.flac
-rwxrwxrwx 1 root root  9303085 Jan 31  2017 1-06 Losing Hand.flac
-rwxrwxrwx 1 root root 10565212 Jan 31  2017 1-07 Sinner's Prayer.flac
-rwxrwxrwx 1 root root  9933155 Jan 31  2017 1-08 Funny But I Still Love You.flac
-rwxrwxrwx 1 root root  9323794 Jan 31  2017 1-09 Feelin' Sad.flac
-rwxrwxrwx 1 root root  9284803 Jan 31  2017 1-10 I Wonder Who.flac
-rwxrwxrwx 1 root root  7641691 Jan 31  2017 1-11 Nobody Cares (Single_LP Version.flac
-rwxrwxrwx 1 root root  8085481 Jan 31  2017 1-12 Ray's Blues (Single_LP Version).flac
-rwxrwxrwx 1 root root  7567999 Jan 31  2017 1-13 Mr. Charles Blues (Single_LP Ve.flac
-rwxrwxrwx 1 root root  6636746 Jan 31  2017 1-14 Blackjack (Single_LP Version).flac
-rwxrwxrwx 1 root root  8955989 Jan 31  2017 1-15 Come Back ( Baby) (Single_LP Ve.flac
-rwxrwxrwx 1 root root  8968942 Jan 31  2017 1-16 A Fool For You (Single_LP Versi.flac
-rwxrwxrwx 1 root root  8393595 Jan 31  2017 1-17 Hard Times (No One Knows Better.flac
-rwxrwxrwx 1 root root  9554095 Jan 31  2017 1-18 Drown In My Own Tears (Single_L.flac
-rwxrwxrwx 1 root root  7460741 Jan 31  2017 1-19 What Would I Do Without You (Si.flac
-rwxrwxrwx 1 root root  9026728 Jan 31  2017 1-20 I Want A Little Girl (Single_LP.flac
-rwxrwxrwx 1 root root  9209642 Jan 31  2017 1-21 Early In The Morning.flac
-rwxrwxrwx 1 root root 12160894 Jan 31  2017 1-22 Night Time Is The Right Time.flac
-rwxrwxrwx 1 root root 22592149 Jan 31  2017 1-23 Two Years Of Torture.flac
-rwxrwxrwx 1 root root  8736220 Jan 31  2017 1-24 I Believe To My Soul.flac
pi@rp3:~ $ telnet localhost 6600
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
OK MPD 0.20.0
lsinfo "NAS/Music/Ray Charles/Blues + Jazz [Disc 1]"
file: NAS/Music/Ray Charles/Blues + Jazz [Disc 1]/1-01 Someday (Single Version) (1950).flac
Last-Modified: 2017-02-01T01:29:24Z
Time: 188
duration: 187.906
Title: Someday (Single Version) (1950)
Artist: Ray Charles
Album: Blues + Jazz [Disc 1]
Genre: R&B
Composer: Ray Charles
AlbumArtist: Ray Charles
Track: 1
Disc: 1
Date: 1950
file: NAS/Music/Ray Charles/Blues + Jazz [Disc 1]/1-02 The Sun's Gonna Shine Again.flac
Last-Modified: 2017-02-01T01:29:26Z
Time: 158
duration: 157.733
Title: The Sun's Gonna Shine Again
Artist: Ray Charles
Album: Blues + Jazz [Disc 1]
Genre: R&B
Composer: Ray Charles
AlbumArtist: Ray Charles
Track: 2
Disc: 1
Date: 1953
.
.
.

   
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#3
(10-07-2018, 02:56 PM)Tim Curtis Wrote: MPD supports the Disc tag but moOde only uses Genre/Artist/Album/Track tags to generate the Library panel.
https://www.musicpd.org/doc/protocol/tags.html

Below is a multi-disc album from my collection. It was imported using iTunes and none of file names or tags were altered other than setting AlbumArtist tag = Artist. No issues in the Library panel

Code:
pi@rp3:~ $ ls -l /mnt/NAS/Music/Ray\ Charles/
total 0
drwxrwxrwx 2 root root 0 Sep 22  2017 Blues + Jazz [Disc 1]
drwxrwxrwx 2 root root 0 Sep 22  2017 Blues + Jazz [Disc 2]
pi@rp3:~ $ ls -l /mnt/NAS/Music/Ray\ Charles/Blues\ +\ Jazz\ \[Disc\ 1]
total 232448
-rwxrwxrwx 1 root root  8655278 Jan 31  2017 1-01 Someday (Single Version) (1950).flac
-rwxrwxrwx 1 root root  7587080 Jan 31  2017 1-02 The Sun's Gonna Shine Again.flac
-rwxrwxrwx 1 root root  8115392 Jan 31  2017 1-03 The Midnight Hour.flac
-rwxrwxrwx 1 root root  8761146 Jan 31  2017 1-04 Worried Life Blues.flac
-rwxrwxrwx 1 root root  7665178 Jan 31  2017 1-05 Low Society.flac
-rwxrwxrwx 1 root root  9303085 Jan 31  2017 1-06 Losing Hand.flac
-rwxrwxrwx 1 root root 10565212 Jan 31  2017 1-07 Sinner's Prayer.flac
-rwxrwxrwx 1 root root  9933155 Jan 31  2017 1-08 Funny But I Still Love You.flac
-rwxrwxrwx 1 root root  9323794 Jan 31  2017 1-09 Feelin' Sad.flac
-rwxrwxrwx 1 root root  9284803 Jan 31  2017 1-10 I Wonder Who.flac
-rwxrwxrwx 1 root root  7641691 Jan 31  2017 1-11 Nobody Cares (Single_LP Version.flac
-rwxrwxrwx 1 root root  8085481 Jan 31  2017 1-12 Ray's Blues (Single_LP Version).flac
-rwxrwxrwx 1 root root  7567999 Jan 31  2017 1-13 Mr. Charles Blues (Single_LP Ve.flac
-rwxrwxrwx 1 root root  6636746 Jan 31  2017 1-14 Blackjack (Single_LP Version).flac
-rwxrwxrwx 1 root root  8955989 Jan 31  2017 1-15 Come Back ( Baby) (Single_LP Ve.flac
-rwxrwxrwx 1 root root  8968942 Jan 31  2017 1-16 A Fool For You (Single_LP Versi.flac
-rwxrwxrwx 1 root root  8393595 Jan 31  2017 1-17 Hard Times (No One Knows Better.flac
-rwxrwxrwx 1 root root  9554095 Jan 31  2017 1-18 Drown In My Own Tears (Single_L.flac
-rwxrwxrwx 1 root root  7460741 Jan 31  2017 1-19 What Would I Do Without You (Si.flac
-rwxrwxrwx 1 root root  9026728 Jan 31  2017 1-20 I Want A Little Girl (Single_LP.flac
-rwxrwxrwx 1 root root  9209642 Jan 31  2017 1-21 Early In The Morning.flac
-rwxrwxrwx 1 root root 12160894 Jan 31  2017 1-22 Night Time Is The Right Time.flac
-rwxrwxrwx 1 root root 22592149 Jan 31  2017 1-23 Two Years Of Torture.flac
-rwxrwxrwx 1 root root  8736220 Jan 31  2017 1-24 I Believe To My Soul.flac
pi@rp3:~ $ telnet localhost 6600
Trying ::1...
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
OK MPD 0.20.0
lsinfo "NAS/Music/Ray Charles/Blues + Jazz [Disc 1]"
file: NAS/Music/Ray Charles/Blues + Jazz [Disc 1]/1-01 Someday (Single Version) (1950).flac
Last-Modified: 2017-02-01T01:29:24Z
Time: 188
duration: 187.906
Title: Someday (Single Version) (1950)
Artist: Ray Charles
Album: Blues + Jazz [Disc 1]
Genre: R&B
Composer: Ray Charles
AlbumArtist: Ray Charles
Track: 1
Disc: 1
Date: 1950
file: NAS/Music/Ray Charles/Blues + Jazz [Disc 1]/1-02 The Sun's Gonna Shine Again.flac
Last-Modified: 2017-02-01T01:29:26Z
Time: 158
duration: 157.733
Title: The Sun's Gonna Shine Again
Artist: Ray Charles
Album: Blues + Jazz [Disc 1]
Genre: R&B
Composer: Ray Charles
AlbumArtist: Ray Charles
Track: 2
Disc: 1
Date: 1953
.
.
.

Thanks for the feedback. What if both discs shares the same album name? That's the usage scenario that I'm having problem with. Thanks!
Reply
#4
In that case if the Track tag is populated like below and the Album name is same for the tracks from disc 1 and 2 then the Library will show a single Album name in the list but the tracks will be sorted as below, by the Track tag.

Track 1, Disc 1
Track 1, Disc 2
Track 2, Disc 1
.
.

The standard is that the Track tag contains only the track number.

I think if you try adding [Disc #] as a suffix in the Album tag and then revert to standard number for Track tag these albums should display correctly in the Library

file: NAS/Music/Ray Charles/Blues + Jazz [Disc 1]/1-01 Someday (Single Version) (1950).flac
Last-Modified: 2017-02-01T01:29:24Z
Time: 188
duration: 187.906
Title: Someday (Single Version) (1950)
Artist: Ray Charles
Album: Blues + Jazz [Disc 1]
Genre: R&B
Composer: Ray Charles
AlbumArtist: Ray Charles
Track: 1
Disc: 1
Date: 1950

-Tim
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#5
I find putting each disc in a separate folder and the adding the disc number to the album name works for me.
Reply
#6
Right, you would want each disk in a separate file folder as well.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#7
Photo 
Example, Gary Moore - Out in the Fields, 2 cd set.

Main Folder, Gary Moore - Out in the Fields
two sub folders called cd1 and cd2.
album titles, Gary Moore - Out in the Fields (cd1) and Gary Moore - Out in the Fields (cd2)
Shows has two album covers in the library referring to cd1 and cd2


Attached Files Thumbnail(s)
       
Reply
#8
For me, the disc number is not a particularly useful concept. It's  an artifact of the distribution medium chosen by the producer and not an intrinsic characteristic of the music. Sure, one has to get creative with tags and file names, notably with classical music, but I'm not complaining. 

It wasn't so long ago I was having to find and pull a CD case from one of the 4 different cabinets in two different rooms, load up the CD player, adjust amp settings, retreat to the sofa, and hit play on the remote. Now I can sit down and do it all from my client screen. Heaven!


Regards,
Kent
Reply
#9
Hi moOde fans,
 :@
Reply
#10
(10-09-2018, 06:45 PM)LJST1963 Wrote:
(10-09-2018, 01:40 PM)kit1cat Wrote: Shows as two album covers in the library referring to cd1 and cd2

See, that's what I don't like about having a disc number…

When an album consists of 2 (or more) CD's, I erase the disk number completely, and renumber the tracks of the 2nd (and 3rd, and...) disc so that the track numbers follow each other from 1 to the last:

Example:
CD1:   Tracks 1 to 15   -   Disc number = 1
CD2:   Tracks 1 to 12   -   Disc number = 2
==> I change this into:
Album:   Tracks 1 to 27   -   Disc number = ""
This way the Album shows up only once in the library.
And with MP3TAG this is done in seconds…

JST

Everyone to their own, I much prefer to see what is on each disk then a long list of all tracks available, at least we have the choice.
Reply


Forum Jump: