Search found 2 matches

by quarttemps
15 Jan 2018, 18:56
Forum: Synology NAS & Embedded Linux
Topic: Renaming music files with filebot node
Replies: 2
Views: 2853

Re: Renaming music files with filebot node

Thank you !

Unfortunately, the process aborts. I need mediainfo, and I can't find it from the synocommunity on the package center of my 918+.
by quarttemps
15 Jan 2018, 14:07
Forum: Synology NAS & Embedded Linux
Topic: Renaming music files with filebot node
Replies: 2
Views: 2853

Renaming music files with filebot node

Hi,

I would like to automatically rename the podcasts I download with Download Station with the filebot node.

I usually use mp3Tag, with the command line:
$regexp(%_file_mod_date%,(..)/(..)/(....),$3$2$1) - %album%

The new name should be : {File modification date YYYYMMDD} - {album}

I cant't ...