#beets

/

      • lazka joined the channel
      • lengtche_ joined the channel
      • lengtche has quit
      • lengtche_ has quit
      • duailibe joined the channel
      • misterswag has quit
      • neomilium has quit
      • lfranchi has quit
      • lfranchi joined the channel
      • drazin has quit
      • drazin joined the channel
      • Cpt-Oblivious has quit
      • Cpt-Oblivious joined the channel
      • r04r is now known as r04r|away
      • Joschasa has quit
      • Joschasa joined the channel
      • Cpt-Oblivious has quit
      • duailibe has quit
      • duailibe joined the channel
      • xsteadfastx has quit
      • xsteadfastx joined the channel
      • neomilium joined the channel
      • lazka has quit
      • madmouser1 joined the channel
      • storrgie has quit
      • storrgie joined the channel
      • mal`` has quit
      • mal`` joined the channel
      • piercedwater has quit
      • lift has quit
      • madmouser1 has quit
      • piercedwater joined the channel
      • lift joined the channel
      • txk joined the channel
      • crx joined the channel
      • txk has quit
      • crx
        Hi... first of all, total thanks for your work. Im motivated for learning python now! (I even arrive to write "Hello World" three times!! :) ) !m [o__o] Is there someone to bother with some questions?
      • Actually this of "obsesive compulsive music geeks" is true. Since I restarted my huge collection tag mission, I have changed maaaany sleep hours for dosis of beets...
      • [o__o]: help
      • [o__o]
        Available plugins: github, logger, ping, bangmotivate, help (https://botbot.me/freenode/beets/help/)
      • crx
        [o__o]: ping
      • [o__o]
        Are you in need of my services, crx?
      • crx
        yep, can I ask u some orientation, please?
      • DjSlash
        you are talking to a bot
      • crx: don't ask to ask, just ask your questions
      • crx
        Ok.. here some 4
      • Question 1: Force duplicate with -q importing
      • I have a huge, but really, quantity of duplicates. The problem is that ignoring when -q importing the dups, makes me sometimes stay with files with a format or a bitrate worst that for example the ideal 192bps in mp3 or with .ogg that i prefer rather than others. So, whil the #116 issue is developed (sorry, im totally ignorant and i cant help in this), can i force accepting duplicates, and then manage the later? Like, forcing [K] option...
      • Question 2: Track forced to nn
      • How to make beets to force tagging the track field as nn (01) when autotaging (or in the case of Multiple cds edition nnn (101) I hate the 1/12 expression. Not in the filename, but in the field $track (and How to re-tag THIS field only when already imported)
      • Question 3: Don't tag field
      • It is posible to leave a field without autotaging? (for ex, in the basque music I want to preserve the basque genre_name of my choice. Bertzolari, (improvisator) that in "A capella" is absolutely not represented, or Triki for the music interpreted with Trikizio). So if I pass my basque music folder (of 70G) by beets, to aorganiza the rest, i want to keep this field untouched.
      • Question4: Giving Priority order to run plugins
      • If i set fetchart to look into .jpg files already existent into the folder, I have a incompatibility with copyartifacts. Then importing crash because "No such file", because copyartifacts already moved. Is there a way to give a priority like "First run fetchart plugin, then copyartifacts plugin".
      • (sorry maybe is too much abuse)
      • jgeboski has quit
      • fayek joined the channel
      • jgeboski joined the channel
      • Gondlar1 joined the channel
      • Gondlar joined the channel
      • Gondlar1 has quit
      • neomilium has quit
      • Gondlar
        Hello everyone! Has somebody successfully used the bpd plugin under archlinux? It just flings a bunch of python warnings originating in the gst library at me and then freezes.
      • MK_FG has quit
      • mardi has quit
      • mardi joined the channel
      • fayek has quit
      • crx
        is there any inline templates examples anywhere? I dont arrive to understand how to do what i need
      • dagle has quit
      • dagle joined the channel
      • dagle has quit
      • DjSlash
        crx: note that it only do things that can be used in your path formats
      • crx: some examples as I use inline myself: https://gist.github.com/DjSlash/3313266de1b6966...
      • crx
        Thanx i will look. I dont know enough(nothing) python to understand how to write it
      • dagle joined the channel
      • i think there are some answers there. I was trying o do:
      • set_subtitle: u'%01i' % (disc, disctitle) if disctotal > 1
      • but seems not right
      • user472259 has quit
      • I liked also # 4. if this album, is not an album, then tell what it is (i.e. live, soundtrack, etc). I was erasing then all (album) entries, just to leave the others
      • DjSlash
        set_subtitle: u'%01i%s' % (disc, disctitle) if disctotal > 1 # extra %s because you give two arguments, disc and disctitle, where disctitle is a string (therefor %s)
      • (you probably want an space between %01i and %s, or something that divides those two)
      • user472259 joined the channel
      • crx
        Your examples make me understand quite more how is the system. I was totally blind. And online documentation is too huge to start without having any clue.
      • DjSlash
        more info about string formatting (i.e. the %01i and %s stuff): https://docs.python.org/2.7/library/stdtypes.ht...
      • everyone needs a starting point ;)
      • crx has quit
      • crx joined the channel
      • r04r|away is now known as r04r
      • crx
        Ok great, I will study this. It seems easy explained.
      • Its possible to give priority order to run plugins?
      • hawke1 joined the channel
      • Its possible to force accept duplicate in -q mode?
      • mardi has quit
      • Cerez joined the channel
      • mardi joined the channel
      • derwin
        I think answer is both kno
      • Diesel_ has quit
      • Diesel joined the channel
      • crx
        So, the only way til issue #116 is developed is keep erasing the library each time im importing for not staying with the wrong one?
      • crx has quit
      • fayek joined the channel
      • duailibe has quit
      • tuxiano joined the channel
      • crx joined the channel
      • Cpt-Oblivious joined the channel
      • BrainDamage has quit
      • thunderrd has quit
      • thunderrd joined the channel
      • neomilium joined the channel
      • Cerez has quit
      • hawke1 has quit
      • hawke1 joined the channel
      • Gondlar has quit
      • what is wrong here, if I would like a "-" only if both values exist
      • year_pays: u'' if year and artist_country == O else u'-'
      • ?
      • DjSlash
        you are evaluating two different things
      • and is that an O instead of an 0 ? :)
      • crx
        No, is 0
      • i type wrong maybe now
      • DjSlash
        ok :)
      • crx
        it tells me that artist_country is not defined; but how to give the value 1 if exists and 0 if not? is not autodefined?
      • BrainDamage joined the channel
      • DjSlash
        eh, well... artist_country isn't a beets field afaik
      • check what fields beets has with `beet fields`
      • crx
        but is defined in a plugin
      • yes, artist_country is in that list*
      • u'-' if year or artist_country else u''
      • i made like this first, but also was error
      • sorry, "and" instead of "or"
      • DjSlash
        that should work
      • crx
        nope
      • was my first try
      • DjSlash
        with what error ?
      • crx
        yes... it start importing, matching, but at the momento of writing crashes
      • with
      • a long stuf and in the end
      • beetsplug.inline.InlineError: error in inline path field code:
      • u'-' if year and artist_country else u''
      • NameError: name 'artist_country' is not defined
      • DjSlash
        what plugin is providing this field ?
      • crx
      • this is the complete
      • artistcountry is the plugin
      • DjSlash
        source?
      • crx
      • actually im seeing that in the list of beets available fields, its in a separate part. Maybe is becouse "needs definition"
      • Actually my library is Geografic-defined, so its vecause of this plugin that i get more motivated still with beets, last year was not