You cannot post messages because only members can post, and you are not currently a member.
Description:
Users and developers of beets, the world's most awesome music library manager.
|
|
|
Transliterate paths to restricted ASCII
|
| |
I feel an urge to have paths that are made up of a rather restricted set of characters, something like [a-zA-Z0-9_-.]. I'm not really sure if this is a good idea. It mainly appeals to me, I think, because it's easier to work with that kind of paths on the command line.
On the command line, I can get most of the transliteration I need from... more »
|
|
Workflow: ripping a CD
|
| |
Hi everyone, I started using beets only recently, however, I've been using abcde[*] to rip CDs for more than a decade. The two work together, of course, but it feels like I'm doing redundant work. First, I rip and tag with abcde, then I import and tag again with beets (I don't yet let beets rename and move... more »
|
|
beets 1.1.0
|
| |
Hi, everybody -- I'm happy to announce that beets 1.1.0 final is out now.
The final version of the 1.1 branch brings some polish to the configuration overhaul that started a few months ago. This marks the end of beets 1.0's .INI-based configuration system; everything's YAML from here on out.
[link]... more »
|
|
run beets from background script?
|
| |
Hey all - I'm wondering if what I want to do is theoretically possible. I've been having lots of trouble setting it up. I use the transmission-daemon to manage my torrent downloads. Transmission's settings allow you to specify a script to run when a torrent finishes downloading. So when a torrent completes, I'd like to run a script... more »
|
|
Moving Artist/Album to Album/ (compilation update gone wrong)
|
| |
I have a compilation album "Greatest Hits of the 80s" (yes, my music tastes suck!). I ran beet update without the -p flag (Yes, I am an idiot). So, now I have a set of directories like Ultravox \-Greatest Hits of the 80s |-07 ....mp3 Tracey Ulman \-Greatest Hits of the 80s |-06 ....mp3 etc. How can I undo this merge so I have a top level folder for the album with... more »
|
|
beets-top: find top artists, genres, years
|
| |
Here's my first attempt at a plugin for beets [link] In fact, it is the first thing I've written in Python at all, so I'm looking forward to suggestions on improving the code. What does it do? You can write queries like this $ beet top artists $ beet top 100 artists $ beet top artists by albums... more »
|
|
issue 523
|
| |
Hi! python-musicbrainz-ngs 0.3 has been released a month ago which means that issue 523 can be fixed. Any chance of that happening? Thanks.
|
|
Writing to the database via a plugin
|
| |
I know that it is possible to extend MediaFile and write custom metadata to music files, but I would like to know if there is a way to add a column to the beets library and write to it. I'm writing a Google Music uploader plugin, which would (optionally) save the Google Music ID of uploaded songs to a database so that it would be... more »
|
|
disc number in multi-disc albums
|
| |
Still fiddling with sorting out multi-disc albums.
Trying to configure the path so that beets places the
tracks in $albumartist/$album/$track - $title for
a normal album, but
$albumartist/$album/$disc/$tra ck - $title
for a multi-disc album.
Tried with this:
$albumartist/$album%aunique{}/ %if{$disctotal>1,$disc}/$track - $title... more »
|
|
|