Search found 3 matches

by shuunen
01 Aug 2012, 10:00
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 59873

Re: Fully automated media downloading

I found a very very good product if you want to know : http://beets.radbox.org/

Just awesome :)
by shuunen
01 Aug 2012, 07:42
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 59873

Re: Fully automated media downloading

I understand, thanks :) maybe a future feature for filebot ?

I think I will search for a external tool to call after renaming my movies and tv shows, in order to process a folder with mp3 to a sorted folder like "/Music/Artist - Year - Album/01 - Track 01.mp3" ,

Anyone has an idea ?
by shuunen
31 Jul 2012, 16:03
Forum: Help and Support
Topic: Fully automated media downloading
Replies: 53
Views: 59873

Re: Fully automated media downloading

Hi !

I tried all I could to rename audio but none works :

def musicDir = "E:/Downloads"
def musicFormat = "E:/Sorted/Musique/{fn}.{ext}"
musicDir.getFolders{ it.hasFile{ it.isAudio() } }.each{ dir ->
println "Processing $dir"

def files = dir.listFiles{ it.isAudio() }

rename(file:files ...