Skip to content

Instantly share code, notes, and snippets.

@albanpeignier
Created September 17, 2012 06:47
Show Gist options
  • Save albanpeignier/3735890 to your computer and use it in GitHub Desktop.
Save albanpeignier/3735890 to your computer and use it in GitHub Desktop.
Rivendell::Import (very first) preview
Rivendell::Import.config do |config|
config.to_prepare do |file|
cart.group = "MUSIC"
end
end
$ rivendell-import --debug --dry-run --config music.rb /path/to/dropboxes/
D, [2012-09-17T07:51:54.804046 #1040] DEBUG -- : Create task for Steve Coleman/Motherland Pulse/The Glide Was in the Ride.mp3
D, [2012-09-17T07:51:54.804192 #1040] DEBUG -- : Import 'Steve Coleman/Motherland Pulse/The Glide Was in the Ride.mp3' in MUSIC
D, [2012-09-17T07:51:54.804297 #1040] DEBUG -- : Create task for Steve Coleman/Motherland Pulse/On This.mp3
D, [2012-09-17T07:51:54.804350 #1040] DEBUG -- : Import 'Steve Coleman/Motherland Pulse/On This.mp3' in MUSIC
D, [2012-09-17T07:51:54.804447 #1040] DEBUG -- : Create task for Steve Coleman/Motherland Pulse/Cud Ba-Rith.mp3
D, [2012-09-17T07:51:54.804498 #1040] DEBUG -- : Import 'Steve Coleman/Motherland Pulse/Cud Ba-Rith.mp3' in MUSIC
D, [2012-09-17T07:51:54.804593 #1040] DEBUG -- : Create task for Steve Coleman/Motherland Pulse/Motherland Pulse.mp3
D, [2012-09-17T07:51:54.804644 #1040] DEBUG -- : Import 'Steve Coleman/Motherland Pulse/Motherland Pulse.mp3' in MUSIC
D, [2012-09-17T07:51:54.804738 #1040] DEBUG -- : Create task for Steve Coleman/Motherland Pulse/Wights Waits for Weights.mp3
D, [2012-09-17T07:51:54.804814 #1040] DEBUG -- : Import 'Steve Coleman/Motherland Pulse/Wights Waits for Weights.mp3' in MUSIC
D, [2012-09-17T07:51:54.804909 #1040] DEBUG -- : Create task for Steve Coleman/Motherland Pulse/Irate Blues.mp3
D, [2012-09-17T07:51:54.804970 #1040] DEBUG -- : Import 'Steve Coleman/Motherland Pulse/Irate Blues.mp3' in MUSIC
D, [2012-09-17T07:51:54.805064 #1040] DEBUG -- : Create task for Steve Coleman/Motherland Pulse/No Good Time Fairies.mp3
D, [2012-09-17T07:51:54.805127 #1040] DEBUG -- : Import 'Steve Coleman/Motherland Pulse/No Good Time Fairies.mp3' in MUSIC
D, [2012-09-17T07:51:54.805234 #1040] DEBUG -- : Create task for Steve Coleman/Motherland Pulse/Another Level.mp3
D, [2012-09-17T07:51:54.805283 #1040] DEBUG -- : Import 'Steve Coleman/Motherland Pulse/Another Level.mp3' in MUSIC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment