beets-extrafiles icon indicating copy to clipboard operation
beets-extrafiles copied to clipboard

Creates parallel directories instead of using album directory

Open smilerish opened this issue 5 years ago • 6 comments

I'm struggling to work out how to configure this plugin, and I don't know where else to ask for help!

First, my setup:

$ beet --version
beets version 1.4.8
Python version 3.7.3

This is my config:

…
extrafiles:
        patterns:
                log: '*.log'
                cue: '*.cue'
                pdf: '*.pdf'
        paths:
…

I don't want to specify different paths - I just want the files copied into the album directory. If I don't include the paths: section, then beets prints an error that it's missing every time it's run:

configuration error: extrafiles.paths not found

So I added the blank section, which may well be causing this, but it's hard to tell.

The readme documentation explains how to write paths that place files into subdirectories, but not how to write paths that do not create subdirectories. I've also seen examples of configurations where a path is not specified for a particular pattern, so I thought this should work.

The result is a directory structure like this:

'Music/Mike Oldfield/1973 Tubular Bells [FLAC16]':
total 257208
-rwxrwxr-x 1 shared shared 136419999 Apr 10 08:42 '01 Tubular Bells, Part One.flac'
-rwxrwxr-x 1 shared shared 126710048 Apr 10 08:42 '02 Tubular Bells, Part Two.flac'
-rwxrwxr-x 1 shared shared    242415 Mar 22 14:23  folder.jpg

'Music/Mike Oldfield/1973 Tubular Bells [FLAC16].1':
total 8
-rwxrwxr-x 1 shared shared  479 Mar 22 14:23 'Tubular Bells .cue'
-rwxrwxr-x 1 shared shared 1419 Mar 22 14:23 'Tubular Bells.LOG'

'Music/Mike Oldfield/2014 Man on the Rocks':
total 404156
-rwxrwxr-x 1 shared shared 37367862 Apr 10 08:42 '01 Sailing.flac'
-rwxrwxr-x 1 shared shared 38770238 Apr 10 08:42 '02 Moonshine.flac'
-rwxrwxr-x 1 shared shared 44592090 Apr 10 08:42 '03 Man on the Rocks.flac'
-rwxrwxr-x 1 shared shared 41478078 Apr 10 08:42 '04 Castaway.flac'
-rwxrwxr-x 1 shared shared 34531312 Apr 10 08:42 '05 Minutes.flac'
-rwxrwxr-x 1 shared shared 40522758 Apr 10 08:42 '06 Dreaming in the Wind.flac'
-rwxrwxr-x 1 shared shared 38147103 Apr 10 08:42 '07 Nuclear.flac'
-rwxrwxr-x 1 shared shared 34450137 Apr 10 08:42 '08 Chariots.flac'
-rwxrwxr-x 1 shared shared 44065595 Apr 10 08:42 '09 Following the Angels.flac'
-rwxrwxr-x 1 shared shared 29729804 Apr 10 08:42 '10 Irene.flac'
-rwxrwxr-x 1 shared shared 30118826 Apr 10 08:42 '11 I Give Myself Away.flac'
-rwxrwxr-x 1 shared shared    50966 May 10  2016  folder.jpg

'Music/Mike Oldfield/2014 Man on the Rocks.1':
total 12
-rwxrwxr-x 1 shared shared 1982 May 10  2016 'Man On The Rocks.cue'
-rwxrwxr-x 1 shared shared 5751 May 10  2016 'Man On The Rocks.log'

smilerish avatar Apr 12 '19 09:04 smilerish

Sorry, the documentation wasn't really clear about this. You need to specify the pattern like this:

paths:
    log: '$albumpath/$filename'
    cue: '$albumpath/$filename'
    pdf: '$albumpath/$filename'

I just released a new version which should make the paths section optional by falling back to this format by default.

Please update to that version (0.0.6) and if the problem persists, run beet import -vv /path/to/music and post the output here. That will make it possible to see what is wrong.

Holzhaus avatar Apr 12 '19 11:04 Holzhaus

Thanks Jan. I just tried that, removing the empty paths: section from my config.

I removed all the Mike Oldfield albums from my library then re-imported them from another location. This is now resulting in multiple copies of each album. I think extrafiles may be treating the import path as an album directory and copying every folder over. This would suggest two problems: it’s not using the album directories and it’s not using the patterns (or the patterns are erroneously matching everything). Besides deleting the empty paths: section, my config remains unchanged.

Here is what my library folder ended up looking like:

$ ls Mike\ Oldfield/
'1973 Tubular Bells'               '1973 Tubular Bells [FLAC24]'      '1983
Crises'    '1983 Crises.3'      '1983 Crises [809].2.1'  '1983 Crises
[FLAC24].1'  '2014 Man on the Rocks.2.2'
'1973 Tubular Bells [FLAC16].4.1'  '1973 Tubular Bells [FLAC24].4.1'  '1983
Crises.1'  '1983 Crises [805]'  '1983 Crises [809].3.1'  '1983 Crises
[FLAC24].2'  '2014 Man on the Rocks.3.2'
'1973 Tubular Bells [FLAC16].5.1'  '1973 Tubular Bells [FLAC24].5.1'  '1983
Crises.2'  '1983 Crises [806]'  '1983 Crises [FLAC24]'   '2014 Man on the
Rocks'   '2014 Man on the Rocks.4.2’

There should be multiple copies for some of these albums, but not this many!

So I removed the imported files from the library:

$ beet rm -d albumartist:oldfield
…
Really DELETE 52 files (y/n)

52 files is the same as before, so beets has not imported these albums more than once. And sure enough, listing the directory again, the extra copies have not been deleted:

$ ls Music/Mike\ Oldfield/
'1973 Tubular Bells [FLAC16].4.1'  '1973 Tubular Bells [FLAC24].5.1'  '1983
Crises.3'          '1983 Crises [FLAC24]'    '2014 Man on the Rocks.2.2'
'1973 Tubular Bells [FLAC16].5.1'  '1983 Crises.1'                    '1983
Crises [809].2.1'  '1983 Crises [FLAC24].1'  '2014 Man on the Rocks.3.2'
'1973 Tubular Bells [FLAC24].4.1'  '1983 Crises.2'                    '1983
Crises [809].3.1'  '1983 Crises [FLAC24].2'  '2014 Man on the Rocks.4.2’

So I deleted them manually, removed extrafiles from my config then imported again to see if the extra copies were coming from extrafiles or from elsewhere. Sure enough, I have one folder for each copy as expected:

$ ls Mike\ Oldfield/
'1973 Tubular Bells [FLAC16]'  '1973 Tubular Bells [FLAC24]'  '1983 Crises
[804]'  '1983 Crises [805]'  '1983 Crises [806]'  '2014 Man on the Rocks’

So extrafiles is somehow copying all the files for each album into the library recursively, despite them not matching the patterns in the config.

-- Alexander Clifton-Melhuish [email protected]

On 12 April 2019 at 12:18:08, Jan Holthuis ([email protected]) wrote:

Sorry, the documentation wasn't really clear about this. You need to specify the pattern like this:

paths: log: '$albumpath/$filename' cue: '$albumpath/$filename' pdf: '$albumpath/$filename'

I just released a new version which should make the paths section optional by falling back to this format by default.

Please update to that version (0.0.6) and if the problem persists, run beet import -vv /path/to/music and post the output here. That will make it possible to see what is wrong.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Holzhaus/beets-extrafiles/issues/4#issuecomment-482537269, or mute the thread https://github.com/notifications/unsubscribe-auth/AAMURHYUahNFDPCFW9XtybOwRTfABycnks5vgGtvgaJpZM4crwxT .

smilerish avatar Apr 12 '19 13:04 smilerish

I can't help you unless you run the import in verbose mode (beet -vv import ...) and post the output here.

Holzhaus avatar Apr 12 '19 17:04 Holzhaus

See these files: beets -vv im.stdout.log beets -vv im.stderr.log

(I redirected stderr to a file because it's difficult to interface with beets in verbose mode otherwise.)

I had to interrupt (C-c) beets because it was stuck in a recursive loop, creating more and more copies.

EDIT: Actually, maybe it's not recursive. I think it's just making an extra copy of each directory.

The directory structure I was importing:

$ ls Music\ \(Converted\)/*
'Music (Converted)/1973 Tubular Bells [FLAC16].4.1':
'01 Tubular Bells, Part One.flac'  '02 Tubular Bells, Part Two.flac'   folder.jpg  'Tubular Bells .cue'  'Tubular Bells.LOG'

'Music (Converted)/1973 Tubular Bells [FLAC24].4.1':
'01 Tubular Bells, Part One.flac'  '02 Tubular Bells, Part Two.flac'   folder.jpg

'Music (Converted)/1983 Crises':
'01 Crises.flac'  '02 Moonlight Shadow.flac'  '03 In High Places.flac'  '04 Foreign Affair.flac'  '05 Taurus 3.flac'  '06 Shadow on the Wall.flac'   folder.jpg

'Music (Converted)/1983 Crises [809].2.1':
'01-01 Crises.flac'              '01-07 Moonlight Shadow (unplugged mix).flac'    '01-13 Shadow on the Wall (12 inch single).flac'  '02-06 Tubular Bells, Part One.flac'  '03-06 Family Man.flac'   Crises.log
'01-02 Moonlight Shadow.flac'    '01-08 Shadow on the Wall (unplugged mix).flac'  '02-01 Woodhenge_Incantations, Part Three.flac'   '03-01 Taurus I.flac'                 'Crises(1).cue'           folder.jpg
'01-03 In High Places.flac'      '01-09 Mistake (A-side single).flac'             '02-02 Sheba.flac'                                '03-02 Taurus II.flac'                'Crises(1).log'
'01-04 Foreign Affair.flac'      '01-10 Crime of Passion (A-side single).flac'    '02-03 Ommadawn, Part One.flac'                   '03-03 Crises.flac'                   'Crises(2).cue'
'01-05 Taurus 3.flac'            '01-11 Jungle Gardenia (B-side single).flac'     '02-04 Mount Teidi.flac'                          '03-04 Moonlight Shadow.flac'         'Crises(2).log'
'01-06 Shadow on the Wall.flac'  '01-12 Moonlight Shadow (12 inch single).flac'   '02-05 Five Miles Out.flac'                       '03-05 Shadow on the Wall.flac'        Crises.cue

'Music (Converted)/1983 Crises [FLAC24]':
'01 Crises.flac'  '02 Moonlight Shadow.flac'  '03 In High Places.flac'  '04 Foreign Affair.flac'  '05 Taurus 3.flac'  '06 Shadow on the Wall.flac'   folder.jpg

'Music (Converted)/2014 Man on the Rocks.2.2':
'01 Sailing.flac'    '03 Man on the Rocks.flac'  '05 Minutes.flac'               '07 Nuclear.flac'   '09 Following the Angels.flac'  '11 I Give Myself Away.flac'  'Man On The Rocks.cue'
'02 Moonshine.flac'  '04 Castaway.flac'          '06 Dreaming in the Wind.flac'  '08 Chariots.flac'  '10 Irene.flac'                  folder.jpg                   'Man On The Rocks.log'

The directory structure created by beets with extrafiles:

$ ls Music/Mike\ Oldfield/*
'Music/Mike Oldfield/1973 Tubular Bells [FLAC16]':
'01 Tubular Bells, Part One.flac'  '02 Tubular Bells, Part Two.flac'   folder.jpg

'Music/Mike Oldfield/1973 Tubular Bells [FLAC24]':
'01 Tubular Bells, Part One.flac'  '02 Tubular Bells, Part Two.flac'   folder.jpg

'Music/Mike Oldfield/1983 Crises':
'01 Crises.flac'  '02 Moonlight Shadow.flac'  '03 In High Places.flac'  '04 Foreign Affair.flac'  '05 Taurus 3.flac'  '06 Shadow on the Wall.flac'   folder.jpg

'Music/Mike Oldfield/1983 Crises [804]':
'01 Crises.flac'  '02 Moonlight Shadow.flac'  '03 In High Places.flac'  '04 Foreign Affair.flac'  '05 Taurus 3.flac'  '06 Shadow on the Wall.flac'   folder.jpg

'Music/Mike Oldfield/1983 Crises [805]':
'01-01 Crises.flac'              '01-07 Moonlight Shadow (unplugged mix).flac'    '01-13 Shadow on the Wall (12 inch single).flac'  '02-06 Tubular Bells, Part One.flac'  '03-06 Family Man.flac'
'01-02 Moonlight Shadow.flac'    '01-08 Shadow on the Wall (unplugged mix).flac'  '02-01 Woodhenge_Incantations, Part Three.flac'   '03-01 Taurus I.flac'                  folder.jpg
'01-03 In High Places.flac'      '01-09 Mistake (A-side single).flac'             '02-02 Sheba.flac'                                '03-02 Taurus II.flac'
'01-04 Foreign Affair.flac'      '01-10 Crime of Passion (A-side single).flac'    '02-03 Ommadawn, Part One.flac'                   '03-03 Crises.flac'
'01-05 Taurus 3.flac'            '01-11 Jungle Gardenia (B-side single).flac'     '02-04 Mount Teidi.flac'                          '03-04 Moonlight Shadow.flac'
'01-06 Shadow on the Wall.flac'  '01-12 Moonlight Shadow (12 inch single).flac'   '02-05 Five Miles Out.flac'                       '03-05 Shadow on the Wall.flac'

'Music/Mike Oldfield/1983 Crises [806]':
'01 Crises.flac'  '02 Moonlight Shadow.flac'  '03 In High Places.flac'  '04 Foreign Affair.flac'  '05 Taurus 3.flac'  '06 Shadow on the Wall.flac'   folder.jpg

'Music/Mike Oldfield/1983 Crises [809].2.1':
'01-03 In High Places.flac'  '01-07 Moonlight Shadow (unplugged mix).flac'     '02-02 Sheba.flac'     '03-05 Shadow on the Wall.flac'  'Crises(1).log'
'01-04 Foreign Affair.flac'  '01-08 Shadow on the Wall (unplugged mix).flac'   '03-01 Taurus I.flac'  '03-06 Family Man.flac'           Crises.log
'01-05 Taurus 3.flac'        '01-13 Shadow on the Wall (12 inch single).flac'  '03-03 Crises.flac'    'Crises(1).cue'

'Music/Mike Oldfield/1983 Crises [FLAC24]':
'01 Crises.flac'  '02 Moonlight Shadow.flac'  '03 In High Places.flac'  '04 Foreign Affair.flac'  '05 Taurus 3.flac'  '06 Shadow on the Wall.flac'   folder.jpg

'Music/Mike Oldfield/2014 Man on the Rocks':
'01 Sailing.flac'    '03 Man on the Rocks.flac'  '05 Minutes.flac'               '07 Nuclear.flac'   '09 Following the Angels.flac'  '11 I Give Myself Away.flac'
'02 Moonshine.flac'  '04 Castaway.flac'          '06 Dreaming in the Wind.flac'  '08 Chariots.flac'  '10 Irene.flac'                  folder.jpg

'Music/Mike Oldfield/2014 Man on the Rocks.2.2':
'01 Sailing.flac'    '03 Man on the Rocks.flac'  '05 Minutes.flac'               '07 Nuclear.flac'   '09 Following the Angels.flac'  '11 I Give Myself Away.flac'  'Man On The Rocks.cue'
'02 Moonshine.flac'  '04 Castaway.flac'          '06 Dreaming in the Wind.flac'  '08 Chariots.flac'  '10 Irene.flac'                  folder.jpg                   'Man On The Rocks.log'

smilerish avatar Apr 12 '19 18:04 smilerish

I had to interrupt (C-c) beets because it was stuck in a recursive loop, creating more and more copies.

EDIT: Actually, maybe it's not recursive. I think it's just making an extra copy of each directory.

I've just left it running for a while, and it's definitely creating multiple copies of each album. Here's the current directory listing (and growing!):

$ ls Music/Mike\ Oldfield/
'1973 Tubular Bells'               '1973 Tubular Bells [FLAC24]'      '1983 Crises'    '1983 Crises [805]'      '1983 Crises [809].4.1'   '2014 Man on the Rocks'
'1973 Tubular Bells [FLAC16].4.1'  '1973 Tubular Bells [FLAC24].4.1'  '1983 Crises.1'  '1983 Crises [806]'      '1983 Crises [FLAC24]'    '2014 Man on the Rocks.2.2'
'1973 Tubular Bells [FLAC16].5.1'  '1973 Tubular Bells [FLAC24].5.1'  '1983 Crises.2'  '1983 Crises [809].2.1'  '1983 Crises [FLAC24].1'  '2014 Man on the Rocks.3.2'
'1973 Tubular Bells [FLAC16].6.1'  '1973 Tubular Bells [FLAC24].6.1'  '1983 Crises.3'  '1983 Crises [809].3.1'  '1983 Crises [FLAC24].2'  '2014 Man on the Rocks.4.2'

smilerish avatar Apr 12 '19 18:04 smilerish

I let it run and it actually finished. Resulting directory listing:

$ ls Music/Mike\ Oldfield/
'1973 Tubular Bells'               '1983 Crises'            '1983 Crises [809].4.1'
'1973 Tubular Bells [FLAC16].4.1'  '1983 Crises.1'          '1983 Crises [FLAC24]'
'1973 Tubular Bells [FLAC16].5.1'  '1983 Crises.2'          '1983 Crises [FLAC24].1'
'1973 Tubular Bells [FLAC16].6.1'  '1983 Crises.3'          '1983 Crises [FLAC24].2'
'1973 Tubular Bells [FLAC24]'      '1983 Crises [805]'      '2014 Man on the Rocks'
'1973 Tubular Bells [FLAC24].4.1'  '1983 Crises [806]'      '2014 Man on the Rocks.2.2'
'1973 Tubular Bells [FLAC24].5.1'  '1983 Crises [809].2.1'  '2014 Man on the Rocks.3.2'
'1973 Tubular Bells [FLAC24].6.1'  '1983 Crises [809].3.1'  '2014 Man on the Rocks.4.2'

Tail of verbose log:

extrafiles: /home/shared/media/Music (Converted) -> /home/shared/media/Music/Mike Oldfield (Crises by Mike Oldfield, 37 tracks)
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/1983 Crises [FLAC24] -> /home/shared/media/Music/Mike Oldfield/1983 Crises [FLAC24]
extrafiles: Skipping already present destination file: /home/shared/media/Music/Mike Oldfield/1983 Crises
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/1983 Crises -> /home/shared/media/Music/Mike Oldfield/1983 Crises.1
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/2014 Man on the Rocks.2.2 -> /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks.2.2
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/1983 Crises [809].2.1 -> /home/shared/media/Music/Mike Oldfield/1983 Crises [809].2.1
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/1973 Tubular Bells [FLAC16].4.1 -> /home/shared/media/Music/Mike Oldfield/1973 Tubular Bells [FLAC16].4.1
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/1973 Tubular Bells [FLAC24].4.1 -> /home/shared/media/Music/Mike Oldfield/1973 Tubular Bells [FLAC24].4.1
extrafiles: Skipping already present destination file: /home/shared/media/Music/Mike Oldfield/1983 Crises [FLAC24]
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/1983 Crises [FLAC24] -> /home/shared/media/Music/Mike Oldfield/1983 Crises [FLAC24].1
extrafiles: Skipping already present destination file: /home/shared/media/Music/Mike Oldfield/1983 Crises
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/1983 Crises -> /home/shared/media/Music/Mike Oldfield/1983 Crises.2
extrafiles: Skipping already present destination file: /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks.2.2
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/2014 Man on the Rocks.2.2 -> /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks.3.2
extrafiles: Skipping already present destination file: /home/shared/media/Music/Mike Oldfield/1983 Crises [809].2.1
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/1983 Crises [809].2.1 -> /home/shared/media/Music/Mike Oldfield/1983 Crises [809].3.1
extrafiles: Skipping already present destination file: /home/shared/media/Music/Mike Oldfield/1973 Tubular Bells [FLAC16].4.1
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/1973 Tubular Bells [FLAC16].4.1 -> /home/shared/media/Music/Mike Oldfield/1973 Tubular Bells [FLAC16].5.1
extrafiles: Skipping already present destination file: /home/shared/media/Music/Mike Oldfield/1973 Tubular Bells [FLAC24].4.1
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/1973 Tubular Bells [FLAC24].4.1 -> /home/shared/media/Music/Mike Oldfield/1973 Tubular Bells [FLAC24].5.1
extrafiles: Skipping already present destination file: /home/shared/media/Music/Mike Oldfield/1983 Crises [FLAC24]
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/1983 Crises [FLAC24] -> /home/shared/media/Music/Mike Oldfield/1983 Crises [FLAC24].2
extrafiles: Skipping already present destination file: /home/shared/media/Music/Mike Oldfield/1983 Crises
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/1983 Crises -> /home/shared/media/Music/Mike Oldfield/1983 Crises.3
extrafiles: Skipping already present destination file: /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks.2.2
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/2014 Man on the Rocks.2.2 -> /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks.4.2
extrafiles: Skipping already present destination file: /home/shared/media/Music/Mike Oldfield/1983 Crises [809].2.1
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/1983 Crises [809].2.1 -> /home/shared/media/Music/Mike Oldfield/1983 Crises [809].4.1
extrafiles: Skipping already present destination file: /home/shared/media/Music/Mike Oldfield/1973 Tubular Bells [FLAC16].4.1
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/1973 Tubular Bells [FLAC16].4.1 -> /home/shared/media/Music/Mike Oldfield/1973 Tubular Bells [FLAC16].6.1
extrafiles: Skipping already present destination file: /home/shared/media/Music/Mike Oldfield/1973 Tubular Bells [FLAC24].4.1
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/1973 Tubular Bells [FLAC24].4.1 -> /home/shared/media/Music/Mike Oldfield/1973 Tubular Bells [FLAC24].6.1
extrafiles: /home/shared/media/Music (Converted)/2014 Man on the Rocks.2.2 -> /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks (Man on the Rocks by Mike Oldfield, 11 tracks)
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/2014 Man on the Rocks.2.2/Man On The Rocks.log -> /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks/Man On The Rocks.log
extrafiles: Skipping already present destination file: /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks/folder.jpg
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/2014 Man on the Rocks.2.2/folder.jpg -> /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks/folder.1.jpg
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/2014 Man on the Rocks.2.2/Man On The Rocks.cue -> /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks/Man On The Rocks.cue
extrafiles: Skipping already present destination file: /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks/Man On The Rocks.log
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/2014 Man on the Rocks.2.2/Man On The Rocks.log -> /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks/Man On The Rocks.1.log
extrafiles: Skipping already present destination file: /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks/folder.jpg
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/2014 Man on the Rocks.2.2/folder.jpg -> /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks/folder.2.jpg
extrafiles: Skipping already present destination file: /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks/Man On The Rocks.cue
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/2014 Man on the Rocks.2.2/Man On The Rocks.cue -> /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks/Man On The Rocks.1.cue
extrafiles: Skipping already present destination file: /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks/Man On The Rocks.log
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/2014 Man on the Rocks.2.2/Man On The Rocks.log -> /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks/Man On The Rocks.2.log
extrafiles: Skipping already present destination file: /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks/folder.jpg
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/2014 Man on the Rocks.2.2/folder.jpg -> /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks/folder.3.jpg
extrafiles: Skipping already present destination file: /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks/Man On The Rocks.cue
extrafiles: Copying extra file: /home/shared/media/Music (Converted)/2014 Man on the Rocks.2.2/Man On The Rocks.cue -> /home/shared/media/Music/Mike Oldfield/2014 Man on the Rocks/Man On The Rocks.2.cue
extrafiles: /home/shared/media/Music (Converted) -> /home/shared/media/Music/Mike Oldfield (Tubular Bells by Mike Oldfield, 4 tracks)

smilerish avatar Apr 12 '19 19:04 smilerish