#musicbrainz

/

      • anonn has quit
      • Susko3 joined the channel
      • Susko3
        is the music in this video in scope for musicbrainz: https://www.youtube.com/watch?v=mzAuQ-FRnQ8
      • as the credits for artists are available https://twitter.com/maxillajp/status/1755067822...
      • Susko3 has quit
      • minimal has quit
      • cirdan13 joined the channel
      • cirdan13 has quit
      • relaxoMob has quit
      • binzy joined the channel
      • relaxoMob joined the channel
      • soniii_ joined the channel
      • soniii_
        Thanks Lotheric & rdswift :)
      • G0d joined the channel
      • krei-se has quit
      • aerozol
        Ah Susko3 quit (it didn’t show it on Discord)
      • krei-se joined the channel
      • Island_ has quit
      • relaxoMob has quit
      • soniii_ has quit
      • relaxoMob joined the channel
      • relaxoMob has quit
      • relaxoMob joined the channel
      • spydacyfa joined the channel
      • slydacyfa has quit
      • binzy has quit
      • Sciencentistguy joined the channel
      • amth joined the channel
      • amth
        Hi all! I'm Theodor, a recent MSc graduate in computer science interested in using the GSoC 2024 program to get into open source and to continue contributing long-term afterwards. I am super interested in ListenBrainz and some of the ideas listed, but wanted to clarify something before delving into the technical part. When restricting my choice to
      • 90-hour (small) projects, would it still be possible to participate given a full-time job? Of course, I wouldn't be asking if I didn't think "yes" myself. The proposed mentor for the ideas I'm interested in is "lucifer". Thank you.
      • amth has quit
      • amth joined the channel
      • amth has quit
      • amth joined the channel
      • amth40 joined the channel
      • amth40 has quit
      • amth has quit
      • ehmry_ is now known as ehmry
      • zaymington joined the channel
      • d4rkie joined the channel
      • d4rk-ph0enix has quit
      • d4rk-ph0enix joined the channel
      • d4rkie has quit
      • petitminion joined the channel
      • petitminion has quit
      • petitminion joined the channel
      • amth joined the channel
      • MeatPupp3t has quit
      • MeatPupp3t joined the channel
      • petitminion has quit
      • amth has quit
      • amth joined the channel
      • amth has quit
      • anonn joined the channel
      • ttpcodes has quit
      • ttpcodes joined the channel
      • amth joined the channel
      • amth has quit
      • nour joined the channel
      • nour has quit
      • d4rkie joined the channel
      • d4rkie has quit
      • d4rkie joined the channel
      • d4rkie_ joined the channel
      • d4rk-ph0enix has quit
      • d4rkie has quit
      • relaxoMob has quit
      • anonn has quit
      • amth joined the channel
      • amth has quit
      • relaxoMob joined the channel
      • minimal joined the channel
      • iconoclast_hero joined the channel
      • nour joined the channel
      • spydacyfa has quit
      • relaxoMob has quit
      • relaxoMob joined the channel
      • spydacyfa joined the channel
      • amth joined the channel
      • relaxoMob has quit
      • amth has quit
      • nour has quit
      • SigHunter has quit
      • SigHunter joined the channel
      • iconoclast_hero
        is there some way to use the picard scripting language to deal with excessively long artist and [recording] title entries?
      • picard Faces\ --\ 5-06\ -\ You\ Can\ Make\ Me\ Dance\,\ Sing\ or\ Anything\ \(Even\ Take\ the\ Dog\ for\ a\ Walk\,\ Mend\ a\ Fuse\,\ Fold\ Away\ the\ Ironing\ Board\,\ or\ Any\ Other\ Domestic\ Short\ Comings\)\ \(UK\ single\ version\).flac
      • this is problematic for me for a variety of reasons.
      • or listing artists as "The Allman Brothers Band, Trace Adkins, Martina McBride, Pat Monahan, Eric Church, Jackson Browne, Vince Gill, Zac Brown, John Hiatt, Widespread Panic, Sam Moore, Keb' Mo', Brantley Gilbert, Dr. John, Warren Haynes, Susan Tedeschi, Devon Allman & Derek Trucks"
      • relaxoMob joined the channel
      • I'd like the scripting language to automatically change really long entries like this to e.g., "The Allman Band, et al."
      • or, perhaps even "The Allman Brothers Band, et al.
      • maybe something along the lines of ` if [lenght of artist field] > 30 characters use only the primary album artist` or something?
      • oh wait.
      • that's not going to change the artist field is it?
      • doesn't fix...
      • $ \mpc -h 192.168.1.2 listall -f %artist%|awk '{ print length(), $0|"sort -n" }' |tail -5
      • 101 Jimmie Vaughan, Eric Clapton, Bonnie Raitt, Robert Cray, B.B. King, Buddy Guy, Dr. John & Art Neville
      • 113 Mary J. Blige, Jon Bon Jovi, Tracy Chapman, Eric Clapton, Sheryl Crow, John Popper, Run-D.M.C. & Vanessa Williams
      • 114 The Marcus King Band with Marvin King, Doyle Bramhall II, Ryan Stasik, Nigel Hall, Josh Blake, & Charles Hedgepath
      • ApeKattQuest
        why are so many gsocers comming to #musicbrainz instead of #metabrainz channels this year? is there a wrong link somewhere?
      • amth joined the channel
      • amth: see #metabrainz (where dev hang out)
      • also, where did you get the link to #musicbrainz, please, that place should have spesified #metabrainz for gsoc so we want to fix that :)
      • amth has quit
      • nour joined the channel
      • nour has quit
      • sentriz has quit
      • lusciouslover has quit
      • sentriz joined the channel
      • lusciouslover joined the channel
      • nour joined the channel
      • opticdelusion has quit
      • opticdelusion joined the channel
      • nour has quit
      • rdswift
        iconoclast_hero: If you have the "Additional Artists Variables" plugin enabled, you can do something like the following in your file naming script:
      • $if($gt($len(%artist%),30),%_artists_track_primary_std%\, et al.,%artist%)
      • Use this instead of %artist% and it will shorten the list. You can also do something similar with %album_artist%.
      • To shorten long titles, instead of using %title% I use something like:
      • $if($gt($len(%title%,30)),$left(%title%,27)...,%title%)
      • iconoclast_hero
        I assume that is for the file name?
      • in reality, i realized that scripting is probably not my answer. it's probably learning python and writing a plugin.
      • since what I'm actually looking at is what mpd is reading from the tags that picard saves to the .flac i am listening to.
      • rdswift
        So you need to shorten the length of the tags? That can easily be done by using a tagging script like
      • $set(artist,$if($gt($len(%artist%),30),%_artists_track_primary_std%\, et al.,%artist%))
      • iconoclast_hero
        tagging script?
      • iconoclast_hero is intrigued
      • rdswift
      • iconoclast_hero
        hey, you know what i just found out is that if you use control+alt+u to enter a unicode value that begins with 00, you can omit the 00.
      • e.g., ½ (00bd) is the same as ½ (bd)
      • and that gnome looks them up for you.
      • anyway, yes, this looks like this will address that problem.
      • also, it will strip , USA from everything if I want.
      • rdswift
        And it shouyld be a whole lot easier than writing a plugin. ;-)
      • iconoclast_hero
        f. yeah
      • rdswift
        Scripting is one of the most powerful features of Picard. It's amazing the things that you can do with just scripts.
      • iconoclast_hero
        what os do you use?
      • rdswift
        Linux mostly, but also Window (7 and 10, and soon 11).
      • iconoclast_hero
        what do you use for file sharing? NFS? SAMBA?
      • ok, that script did some things... 30 is way too short...
      • rdswift
        Both. NFS if it's supported and SMB where it's not.
      • iconoclast_hero
        when i had my server in another location i just started using sshfs because i didn't have to do much to set it up.
      • now that i don't need encryption because it is local, i tried using nfs again, but my client system (ubuntu 22.04) really dislikes it when it looses connection to the server if drives are mapped.
      • amazingly sshfs really competes well with nfs+ssh
      • ok, back to the tagging script.
      • %_artists_track_primary_std%
      • is this a normal field because when it truncates it's just spitting out , et al.
      • ,
      • All tags are also available as variables, but additional variables which start with an underscore ‘_’ are not saved as Tags within your music files (e.g. _my_tag_not_saved).