#beets

/

      • Vacuity has quit
      • saintis- joined the channel
      • saintis has quit
      • prg318_ joined the channel
      • prg318_
        Hi! I'm importing a very large library into beets with -A to skip tagging and I get the following unicode error in python https://pastebin.com/YJTCckt2 i've reproduced this in both stable and git. anyone experience anything similar?
      • sampsyo
        prg318_: Huh! No; that looks new. Sounds like it would be useful to file a bug!
      • prg318_
        i was thinking the same! i'll search the tracker and file if I don't see anything
      • added a comment here; but wondering if i should make my own issue since its kinda different https://github.com/beetbox/beets/issues/2393?
      • sampsyo
        Hmm, yes, this does actually look different. Would you mind filing a new issue?
      • prg318_
        sure
      • NOTICE: [beets] prg318 opened issue #2585: Beets crashing with UnicodeError on initial import https://github.com/beetbox/beets/issues/2585
      • sampsyo
        Thanks! I'll take a look.
      • prg318_
        let me know if there is more info I can provide; not sure what filename its choking on
      • prg318_ is now known as prg318
      • prg318
        weirdly enough I went to reproduce it with beets -vv import -A /my/library and its chugging along now.. strange
      • ojdo has quit
      • ojdo joined the channel
      • beetsfantastique joined the channel
      • NOTICE: [beets] sampsyo closed issue #2584: Error when importing music https://github.com/beetbox/beets/issues/2584
      • beetsfantastique
        question: Does beets do gapless playback?
      • sampsyo
        It doesn't really do playback at all…
      • beetsfantastique
        1) mpd 2) browser by HTML5 audio
      • trying to understand how "doesn't really do playback" fits with what the github page says about browser html5 audio and mpd
      • sampsyo
        Oh yeah! I guess it does in those ways. :)
      • Neither of those players supports gapless, alas.
      • beetsfantastique
        ok. good to know.
      • does the design of the mpd protocol basically prevent gapless playback?
      • or might there be some mpd library or player that can pull it off
      • hmm. wikipedia says mpd supports gapless playback
      • yup. mpd supports gapless playback https://www.musicpd.org/doc/user/intro.html
      • Vacuity joined the channel
      • Vacuity_ has quit
      • icebal joined the channel
      • MaynardWaters
        Hi guys, I'm looking for an plugin that allows me to bring log files along with imports
      • can you remind me the name?
      • icebal has quit
      • water joined the channel
      • water is now known as jnny
      • jnny is now known as water
      • water is now known as jnny
      • icebal joined the channel
      • robink has left the channel
      • jnny
        Hey there, I'm getting an error that I can't make sense of, has never happened before
      • any idea?
      • actually nevermind
      • the problem resolved itself after i imported a different album first
      • then went back to the problematic one
      • strange
      • samj1912 joined the channel
      • Yaniel
        MaynardWaters: copyartifacts?
      • SuperSeriousCat
        ^ About that plugin. Do beets get notified of the files yet so it get moved to the new folder if you ever update it somehow?
      • Think I saw a suggestion on GitHub about that once
      • jessicah has left the channel
      • afics joined the channel
      • NightMonkey joined the channel
      • am2on joined the channel
      • randybias joined the channel
      • infides_afk joined the channel
      • randybias has quit
      • pmeeke joined the channel
      • pmeeke
        hey all, I have a storage issue. My harddisk is almost full on my debian machine so I will be adding another on for the beets library. If I add another one and change the library path in the config will the original files still point to the old paths ok?
      • to put it simpler my beets library is on /dev/sda1 and almost full. I want to add another disk at /dev/sda2 and continue the library. Will this mess things up? I will eventually be moving to a better solution such as raid5 or lvm once I get things sorted a bit more.
      • chrisb joined the channel
      • alucryd has quit
      • alucryd joined the channel
      • alucryd has quit
      • alucryd joined the channel
      • Freso
        pmeeke: You can replace the directory in the beets config and just import to that. As long as you don't do `beet move`, files already registered in the library will remain where they are.
      • (If you do do a `git move`, all files in the library will get moved to the new `directory` you've specified.)
      • *beet move
      • storrgie has quit
      • storrgie joined the channel
      • alucryd has quit
      • alucryd joined the channel
      • pmeeke
        Freso: Thanks was worried I would make a mess of the DB
      • Freso
        pmeeke: The db stores files entries with full, absolute path.
      • Shock joined the channel
      • Shock
        Hello. Is it expected that `beet move` wants to move all the duplicates to the same file? e.g. Artist - Title.2.mp3 -> Artist - Title.mp3 and Artist - Title.1.mp3 -> Artist -> Title.mp3 ?
      • even though Artist - Title.mp3 already exists
      • simukis joined the channel
      • Freso
        Well, it wants to, yes, but I'm not sure it will.
      • Shock
        can I make it not want to?
      • infides_1fk joined the channel
      • infides_afk has quit
      • Freso
        Shock: You can add more information into file naming scheme. E.g., bitrate or something. Whatever it is that makes the files unique. (I'm assuming the files are not 100% identical, since you want to keep both/all.)
      • Shock
        Freso: can I use something like %aunique but for singletons?
      • or alternatively, have bitrate in the file name just for duplicates
      • I don't want the bitrate in all the file names
      • Freso
        I don't know if there's a unique function for singletons.
      • What do the docs say?
      • Shock
        I haven't found anything in the docs that I thought would apply
      • %aunique is referred to only in album disambiguation
      • doesn't mention duplicates at all
      • Freso
        I think it's something that would make sense. Open an issue for it? (Won't mean that you'll be able to use it *right now*, but...)
      • Shock
        Freso: is there a way to say %ifdef{$duplicate,$bitrate} ?
      • Freso
        Shock: :shrug:
      • Maybe something is possible using the Python thing plugin... which I forget what is called...
      • >_<
      • Shock
        inline, I think
      • Freso
        inline, yeah.
      • Shock
        Freso: thanks for the help
      • madmouser1_ has quit
      • sparklyballs joined the channel
      • SuperSeriousCat
        Why do you have same Artist - Title.mp3 files?
      • antlarr joined the channel
      • almostdvs has quit
      • almostdvs joined the channel
      • almostdvs has quit
      • almostdvs joined the channel
      • NOTICE: [beets] tigranl opened pull request #2586: Add Google Music plugin (master...gmusic) https://github.com/beetbox/beets/pull/2586
      • hexa- joined the channel
      • Shock
        SuperSeriousCat: different bitrates
      • SuperSeriousCat
        Why not get rid of the low bitrate ones?
      • Shock
        car player likes them better
      • Yaniel
        Why keep them both in the library
      • Use the convert plugin to push your library updates to a separate dir every now and then
      • Shock
        they're not converted from the higher bitrate mp3
      • polemic
        if it were me in that situation, I would just have two libaries (and optionally one big library with nomove/nocopy on)
      • peace899 joined the channel
      • cliles joined the channel
      • stevejohnson has quit
      • irc-5225225 has quit
      • stevejohnson joined the channel
      • samj1912 joined the channel
      • irc-5225225 joined the channel
      • peace899 has quit
      • stevejohnson has quit
      • Trauma joined the channel
      • albertus1 joined the channel
      • albertus1 has quit
      • nathdwek joined the channel
      • Trauma has quit
      • magnulu has quit
      • Shock
        thanks for the help
      • I found a solution that works for me
      • stevejohnson joined the channel
      • magnulu joined the channel
      • darwin
        beets : if you can dream it, you can (probably) do it
      • Freso
        I believe I can fly!!
      • infides_1fk has quit
      • nathdwek has quit
      • pmeeke has quit
      • pmeeke joined the channel
      • simukis has quit
      • simukis joined the channel
      • NOTICE: [beets] prg318 closed issue #2585: Beets crashing with UnicodeError on initial import https://github.com/beetbox/beets/issues/2585
      • prg318
        can't reproduce it :/ but is it a bug if only one user experienced it and can't reproduce it? does a tree make noise in the woods when it falls if no one is around to hear it?