google-code-export / beets

Automatically exported from code.google.com/p/beets
MIT License
0 stars 0 forks source link

Put tracks of different discs into different folders #388

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

so the new system of separating different discs of a release works well. What 
would really make the thing perfect would be to create different folders for 
the discs to, i.e.,

artist/
    album/
        disc1/
        disc2/

Cheers,
Nico

Original issue reported on code.google.com by nico.sch...@gmail.com on 20 May 2012 at 12:33

GoogleCodeExporter commented 9 years ago
This is already possible using template functions and the inline plugin. Others 
have asked about this as well, so I put some directions on the wiki:
https://github.com/sampsyo/beets/wiki/PathFormatCookbook

Original comment by adrian.sampson on 20 May 2012 at 5:56

GoogleCodeExporter commented 9 years ago
How do I make sure that the cover image is stored in

   $albumartist/$album%aunique{}/

instead of

    $albumartist/$album%aunique{}/Disc 01/

?

Original comment by nico.sch...@gmail.com on 21 May 2012 at 8:22

GoogleCodeExporter commented 9 years ago
There is currently no way to do this -- the album art file is stored alongside 
the first track on the album. This is because beets currently doesn't have a 
way to express which part of the path is per-album and which part is per-path. 
If you can think of a robust, clean way to do this, it would be great to add -- 
but this will be a larger project.

Original comment by adrian.sampson on 21 May 2012 at 4:40

GoogleCodeExporter commented 9 years ago
Oh I see. Well, let's leave it for now. Thanks for the quick reply!

Original comment by nico.sch...@gmail.com on 21 May 2012 at 4:42