#musicbrainz

/

      • ats has quit
      • ats joined the channel
      • iconoclasthero joined the channel
      • derwin
        terinjokes: I presume the disc id/TOC shows 11 tracks?
      • terinjokes
        yep
      • derwin
        are you sure there's not multiple versions of it?
      • (the cd appears to not be in discogs at a quick check...)
      • terinjokes
        the release was imported from discogs
      • derwin
        url?
      • oh found it
      • terinjokes
        it had the same mistakes, but my disc matched the stamped ID. I added scans there.
      • derwin
        approved
      • kinda just looks like whoever entered it into Discogs at first just messed it up
      • terinjokes
        the UI there for subtracks is not intuitive, so that was my guess too
      • thanks for the approval
      • derwin
        thanks for caring enough to put in the effort!
      • Maxr1998_ has quit
      • Cheezmo__ has quit
      • Cheezmo_ joined the channel
      • antlarr has quit
      • Cheezmo_ has quit
      • Cheezmo joined the channel
      • antlarr joined the channel
      • Cheezmo has quit
      • Cheezmo_ joined the channel
      • Cheezmo_ has quit
      • Cheezmo_ joined the channel
      • antlarr has quit
      • neon joined the channel
      • neon has quit
      • neon joined the channel
      • antlarr joined the channel
      • otisolsen70 joined the channel
      • neon has quit
      • neon joined the channel
      • Maxr1998 joined the channel
      • fireglow has quit
      • AlephBridge[m] has quit
      • Leftmost has quit
      • maddy007[m] has quit
      • ijc has quit
      • Jormangeud has quit
      • ijc joined the channel
      • Leftmost joined the channel
      • fireglow joined the channel
      • Jormangeud joined the channel
      • maddy007[m] joined the channel
      • AlephBridge[m] joined the channel
      • G0d joined the channel
      • Krystof joined the channel
      • iconoclasthero has quit
      • iconoclasthero joined the channel
      • trolley has quit
      • trolley joined the channel
      • kellnerd joined the channel
      • otisolsen70 has quit
      • hrberg has quit
      • hrberg joined the channel
      • mayhem
        hey all!
      • I have a question for someone like reosarevok et all, but I think he might be traveling now.
      • does MB have a tag that is used to denote christmas music?
      • ErBear joined the channel
      • SothoTalKer_ joined the channel
      • Erin has quit
      • SothoTalKer has quit
      • SothoTalKer_ is now known as SothoTalKer
      • kellnerd has quit
      • Babarpop joined the channel
      • Babarpop
        Hi everyone, i am looking for a "fact table" database, with track popularity, streams or monthly listeners. Do you have any idea to have access to this kind of database?
      • mayhem
        hi Babarpop!
      • is this world wide data that you are looking for?
      • Babarpop
        Thank you Robert
      • Yes, i will look for a worlwide data, but a country by country fact data base could also be very very helpful
      • Darkloke joined the channel
      • mayhem any idea?
      • kellnerd joined the channel
      • delamons has quit
      • peifwjpiq1 joined the channel
      • reosarevok
      • peifwjpiq1 has quit
      • atticf has quit
      • atticf joined the channel
      • satyamrs00 joined the channel
      • satyamrs00
        hey there, i am satyam from bhopal, india
      • i am looking to work on ui/ux implementation of fresh releases in listenBrainz during gsoc
      • just wanted to say HIII !!
      • peifwjpiq1 joined the channel
      • peifwjpiq1 has quit
      • satyamrs00 has quit
      • Darkloke has quit
      • satyamrs00 joined the channel
      • satyamrs00 has quit
      • peifwjpiq1 joined the channel
      • peifwjpiq1 has quit
      • mayhem
        Babarpop: I don't think a global data set exists, or even country by country.
      • and if they existed, you'd not get access to them. the music industry always has everything closed.
      • reosarevok: thanks
      • peifwjpiq1 joined the channel
      • Babarpop
        mayhem thank you for your help !
      • Babarpop has quit
      • iconoclasthero
        so there is no way to force Picard to write a 2-digit entry for DISCNUMBER, TOTALDISCS, &/or DISCTOTAL?
      • i didn't see anything in options (which belongs under edit> preferences in linux)
      • yvanzo
        iconoclasthero: I don’t think so, but the file naming script can format it: $num(%tracknumber%,2)
      • iconoclasthero
        i'm doing that in bash
      • i'd rather work on learning bash scripting than picard's
      • plus i have other tools in bash, e.g., find
      • outsidecontext
        iconoclasthero: you can add a script in Options > Scripting to set the track number to two digits: "$set(tracknumber,$num(%tracknumber%,2))". that works if the tag format allows it (i.e. it does store the track numbers as strings and not integers, like mp4 does)
      • yvanzo
        👍
      • iconoclasthero
        hmm
      • i have something in there.
      • Sciencentistguy6 joined the channel
      • when I exported it, it has an id: e959208f-8d35-4778-9d8d-57422059d9cb at the bottom?
      • can i look up that uuid?
      • or is that the uuid for the script?
      • cuz it seems like i'm already forcing 2 digits for the track:
      • $if($gt(%totaltracks%,9),$set(tracknumber,$num(%tracknumber%,2)))
      • Sciencentistguy has quit
      • Sciencentistguy6 is now known as Sciencentistguy
      • is there somewhere other than picard > options > file naming i can test out the scripting language?
      • outsidecontext
        I think in file naming it is best as you can get a preview for the changes. But file naming scripts won't change your tags but your file names. So if you want it changed in your tags you need to have a script in Options > Scripting
      • But to test a script you can always apply it manually to a file via context menu
      • then see the changes in the tags at the bottom
      • iconoclasthero
        with the first part of that, i got that.
      • i'm asking if ther is something like https://regex101.com/ (a regex tester) for the picard scripting
      • the only one i know of is that mini one inside picard.
      • outsidecontext
        no that I know of
      • iconoclasthero
        which is for file naming, not tagging as you mentiopned.
      • k
      • i'm running picard in a docker remotely so it's more complicated
      • outsidecontext
        but the script "$set(tracknumber,$num(%tracknumber%,2))" will format the track number with two digits. Do the same for "discnumber", "totaldiscs" and "totaltracks" and it should do what you want. Add all four statements to a script in Options > Scripting and make sure it is set to enabled so it runs automatically on all releaes loaded to the right
      • the scripts run either automatically for all date loaded on the right or you can run it manually on selected items
      • *data
      • iconoclasthero
        $if($gt(%totaldiscs%,1),$set(totaldiscs,$num(%totaldiscs%,2)),$set(discnumber,$num(%discnumber%,2)))
      • all four...
      • ok, hadn't thought about total tracks.
      • with the above, it seems like it's taking care of total discs but not disc number...
      • do i need to break that into two if statements?
      • outsidecontext
        no, remove the comma. the if is $if(condition,then,else), so your second $set is only run if totaldiscs is not greater 1
      • iconoclasthero
        oh
      • outsidecontext
      • iconoclasthero
        but you can't have $set(do more than one thing) ?
      • outsidecontext
        no, $set sets one tag to a value
      • but you can have multiple sets
      • iconoclasthero
        yep
      • that's what i understood.
      • hey, i saw you took a look at that file.
      • thanks
      • so i think you caught another issue...
      • if i wan't 2 digit track numbers all the time (and thus total tracks), i need to change that first sript i pasted
      • so just $set(tracknumber,$num(%tracknumber%,2)))$set(totaltracks,$num(%totaltracks%,2)))