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...
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
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.