mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
rtorrent-flood: better music renaming method
This commit is contained in:
parent
32d45b2340
commit
279238d9e6
@ -19,7 +19,7 @@ ENV FILEBOT_RENAME_METHOD="symlink" \
|
||||
FILEBOT_RENAME_MOVIES="{n} ({y})" \
|
||||
FILEBOT_RENAME_SERIES="{n}/Season {s.pad(2)}/{s00e00} - {t}" \
|
||||
FILEBOT_RENAME_ANIMES="{n}/{e.pad(3)} - {t}" \
|
||||
FILEBOT_RENAME_MUSICS="{n}/{fn}"
|
||||
FILEBOT_RENAME_MUSICS="{artist}/{album}/{fn}"
|
||||
|
||||
RUN NB_CORES=${BUILD_CORES-`getconf _NPROCESSORS_CONF`} \
|
||||
&& apk -U upgrade \
|
||||
|
Loading…
x
Reference in New Issue
Block a user