Skip to content

Commit

Permalink
simplify #3, missing per_disc_numbering for #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Schweinepriester committed Jun 12, 2015
1 parent 0fa4516 commit 71249a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ album_fields:
total += item.bitrate
bitrate = total / len(items)
return str(bitrate)[:3]
format_album: Musik: $albumartist - $album ($genre - $year) @ $bitrate kBit/s
per_disc_numbering: yes
item_fields:
multidisc: 1 if disctotal > 1 else 0

0 comments on commit 71249a0

Please sign in to comment.