Moode Forum
[PROBLEM] Very slow library update with SMB share and multiple errors - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: [PROBLEM] Very slow library update with SMB share and multiple errors (/showthread.php?tid=5986)



Very slow library update with SMB share and multiple errors - nigelrenton - 12-05-2023

Hi, I have just switched from Volumio to moOde, first impressions are that is much better Smile

I'm on a Pi 4 with a HiFiberry Pro DAC+

I have mounted an SMB share of mp3s of about 60GB. Its over WIFI so not expecting particularly fast results however it has been running for over 12 hours. The library is being populated but when I tail /var/log/mpd/log I'm seeing multiple errors. The most common are:

ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible!
ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: moov atom not found
Note: Illegal Audio-MPEG-Header 0x00000000 at offset 4092.
ffmpeg/mp3: Failed to read frame size: Could not seek to 5119.
Note: Trying to resync...
Note: Hit end of (available) data during resync.

It seems to hang on these for a couple of minutes the successfully adds a track.
I didn't have any issues with Volumio indexing the same share and was done in about 20 mins.

Any thoughts appreciated.


RE: Very slow library update with SMB share and multiple errors - fdealexa - 12-05-2023

(12-05-2023, 07:52 AM)nigelrenton Wrote: Hi, I have just switched from Volumio to moOde, first impressions are that is much better Smile

I'm on a Pi 4 with a HiFiberry Pro DAC+

I have mounted an SMB share of mp3s of about 60GB. Its over WIFI so not expecting particularly fast results however it has been running for over 12 hours. The library is being populated but when I tail /var/log/mpd/log I'm seeing multiple errors. The most common are:

ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible!
ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: moov atom not found
Note: Illegal Audio-MPEG-Header 0x00000000 at offset 4092.
ffmpeg/mp3: Failed to read frame size: Could not seek to 5119.
Note: Trying to resync...
Note: Hit end of (available) data during resync.

It seems to hang on these for a couple of minutes the successfully adds a track.
I didn't have any issues with Volumio indexing the same share and was done in about 20 mins.

Any thoughts appreciated.
Hi nigelrenton,
Welcome on board.
Are you able to connect via ethernet (network cable) the rpi and try again? That should discriminate if wifi problem or media problem.
Best regards,
Francesco


RE: Very slow library update with SMB share and multiple errors - the_bertrum - 12-05-2023

Sounds like there are some poorly files in that collection. The mpd log should tell you what folders/files you are in when those errors occur. You could try temporarily removing the offending folders to see if that speeds things up for the rest.


RE: Very slow library update with SMB share and multiple errors - Tim Curtis - 12-05-2023

(12-05-2023, 07:52 AM)nigelrenton Wrote: Hi, I have just switched from Volumio to moOde, first impressions are that is much better Smile

I'm on a Pi 4 with a HiFiberry Pro DAC+

I have mounted an SMB share of mp3s of about 60GB. Its over WIFI so not expecting particularly fast results however it has been running for over 12 hours. The library is being populated but when I tail /var/log/mpd/log I'm seeing multiple errors. The most common are:

ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible!
ffmpeg/mov,mp4,m4a,3gp,3g2,mj2: moov atom not found
Note: Illegal Audio-MPEG-Header 0x00000000 at offset 4092.
ffmpeg/mp3: Failed to read frame size: Could not seek to 5119.
Note: Trying to resync...
Note: Hit end of (available) data during resync.

It seems to hang on these for a couple of minutes the successfully adds a track.
I didn't have any issues with Volumio indexing the same share and was done in about 20 mins.

Any thoughts appreciated.

The symptoms suggest broken MP3 encodings.

The current version of moOde runs on Raspberry Pi OS Bullseye and below is the version of ffmpeg library that ships with Bullseye.

Code:
pi@moode:~ $ dpkg -l | grep libavcodec

ii  libavcodec58:arm64                   8:4.3.6-0+deb11u1+rpt5           arm64        FFmpeg library with de/encoders for audio/video codecs - runtime files

Modern versions of ffmpeg library are prolly quite picky about audio formats and thus possibly try to probe a problematic file more deeply which results in more time taken for the probe.
 
You could try to post the issue to the ffmpeg project but I suspect that the remedy in any case would be to fix or avoid the problematic MP3 files.

I ran a quick scan of some MP3 files in a test collection and no issues.

Code:
pi@moode:~ $ cat /var/log/mpd/log | grep mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Funk/Gap Band - Burn Rubber On Me (Extended).mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Funk/Rick James - You and I.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Funk/Laid Back - Ride The White Horse.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Funk/Rick James - Super Freak.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Funk/James Brown - Say It Loud (I'm Black And I'm Proud).mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Funk/James Brown - Super Bad.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Funk/James Brown - Get Up (I Feel Like Being A Sex Machine).mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Funk/Rick James - Give It To Me Baby.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Zucchero & Co/04 - Mama Get Real - Zucchero & Mousse T..mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Zucchero & Co/05 - Like The Sun - Zucchero & Macy Gray.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Zucchero & Co/10 - A Wonderful World - Zucchero & Eric Clapton.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Zucchero & Co/02 - Muoio Per Te - Zucchero & Sting.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Zucchero & Co/06 - Baila Morena - Zucchero & Maná.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Zucchero & Co/18 - Miserere - Zucchero & Luciano Pavarotti & Andrea Bocelli.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Zucchero & Co/09 - Pure Love - Zucchero & Dolores O'Riordan.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Zucchero & Co/01 - Dune Mosse - Zucchero & Miles Davis.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Zucchero & Co/08 - Blue - Zucchero & Sheryl Crow.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Zucchero & Co/17 - Il mare impetuoso al tramonto sali' sulla luna e dietro una tendina di stelle...mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Zucchero & Co/14 - Così Celeste - Cheb Mami & Zucchero.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Zucchero & Co/12 - Hey Man - Sing A Song - Zucchero & B.B. King.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Zucchero & Co/15 - Diavolo In Me - A Devil In Me - Solomon Burke & Zucchero.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Zucchero & Co/03 - Everybody's Got To Learn Sometime - Zucchero & Vanessa Carlton.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Zucchero & Co/16 - Senza Una Donna - Without A Woman - Zucchero Feat. Paul Young.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Zucchero & Co/13 - The Flight - Zucchero & Ronan Keating.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Zucchero & Co/07 - I Lay Down - Zucchero & John Lee Hooker.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/Zucchero & Co/11 - Pippo - Nasty Guy - Zucchero & Tom Jones.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/jelinj8/01_Beyond The Century.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/jelinj8/02_Adiemus.mp3
Dec 05 07:28 : update: added USB/VFAT64/Test_mixed/jelinj8/03_Cantus Inaequalis.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Genre Issue Files Except Track 10/1-09-Game Over.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Genre Issue Files Except Track 10/1-10-Replay.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Genre Issue Files Except Track 10/1-11-High Score Screen.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/An Acoustic Evening At The Vienna Opera House (Disc 1) mp3/01 Arrival.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/An Acoustic Evening At The Vienna Opera House (Disc 1) mp3/02 Palm Trees, Helicopters And Gasoline.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/An Acoustic Evening At The Vienna Opera House (Disc 1) mp3/03 Jelly Roll.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/An Acoustic Evening At The Vienna Opera House (Disc 1) mp3/04 Dust Bowl.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/An Acoustic Evening At The Vienna Opera House (Disc 1) mp3/05 Around The Bend.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/An Acoustic Evening At The Vienna Opera House (Disc 1) mp3/06 Slow Train.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/An Acoustic Evening At The Vienna Opera House (Disc 1) mp3/07 Athens To Athens.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/An Acoustic Evening At The Vienna Opera House (Disc 1) mp3/08 From The Valley.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/An Acoustic Evening At The Vienna Opera House (Disc 1) mp3/09 The Ballad Of John Henry.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/An Acoustic Evening At The Vienna Opera House (Disc 1) mp3/10 Dislocated Boy.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/An Acoustic Evening At The Vienna Opera House (Disc 1) mp3/11 Driving Towards The Daylight.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/Chantel McGregor/Like No Other/01 Fabulous.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/Chantel McGregor/Like No Other/02 I'm No Good For You.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/Chantel McGregor/Like No Other/03 Like No Other.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/Chantel McGregor/Like No Other/04 Freefalling.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/Chantel McGregor/Like No Other/05 Rhiannon.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/Chantel McGregor/Like No Other/06 Caught Out.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/Chantel McGregor/Like No Other/07 Daydream.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/Chantel McGregor/Like No Other/08 Cat Song.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/Chantel McGregor/Like No Other/09 Screams Everlasting.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/Chantel McGregor/Like No Other/10 Happy Song.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/Chantel McGregor/Like No Other/11 Not Here With Me.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/JimONeill/mp3Hi/Chantel McGregor/Like No Other/12 Help Me.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Dave_test/01-afternoons_in_stereo-cloud_forest_(original_mix).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2014/3REI SUD EST - Emotii.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2014/ALINA EREMIA - Cum Se Face.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2014/DAVID GUETTA feat. NICKI MINAJ & AFROJACK - Hey Mama.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2014/DILLON FRANCIS & DJ SNAKE - Get Low.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2014/INNA feat. MARIAN HILL - Diggy Down.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2014/MARIUS MOGA - Pe Barba Mea.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2014/OANA RADU - Tu.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2014/OTILIA - Bilionera.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2014/WHAT'S UP - Taxi.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/ADELE - Hello.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/ALAN WALKER - Faded.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/ALINA EREMIA - A Fost O Nebunie.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/ARONCHUPA - I'm An Albatraoz.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/CALVIN HARRIS & DISCIPLES - How Deep Is Your Love.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/CARLY RAE JEPSEN - I Really Like You.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/DILLON FRANCIS & DJ SNAKE - Get Low (Thrizzo Remix).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/DUA LIPA - Be The One.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/DUKE DUMONT - Ocean Drive (Michael Calfan Radio Edit).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/ELLIE GOULDING - Love Me Like You Do.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/FEDER feat. LYSE - Goodbye.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/FIFTH HARMONY feat. KID INK - Worth It.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/JAM & SPOON feat. PLAVKA - Find Me (Jam El Mar Remix Radio Edit).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/KYGO feat. PARSON JAMES - Stole The Show.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/LARISS - Dale Papi.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/LITTLE MIX - Black Magic.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/LOST FREQUENCIES - Are You With Me (Radio Edit).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/MAJOR LAZER feat. MØ & DJ SNAKE - Lean On.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/MAJOR LAZER feat. NYLA & FUSE ODG - Light It Up.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/MARK RONSON feat. BRUNO MARS - Uptown Funk.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/MARTIN SOLVEIG & GTA - Intoxicated.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/SOUNDLAND feat. ALEXANDRA UNGUREANU - Atat De Usor.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/TINIE TEMPAH feat. JESS GLYNRE - Not Letting Go.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/+ Year/2015/WIZ KHALIFA feat. CHARLIE PUTH - See You Again.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/1981 - Happy Christams/BONEY M. - Christmas Medley.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/1981 - Happy Christams/BONEY M. - Darkness Is Falling.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/1981 - Happy Christams/BONEY M. - Feliz Navidad.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/1981 - Happy Christams/BONEY M. - Hark The Herald Angel Sing.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/1981 - Happy Christams/BONEY M. - I'll Be Home For Christmas.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/1981 - Happy Christams/BONEY M. - Jingle Bells.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/1981 - Happy Christams/BONEY M. - Little Drummer Boy.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/1981 - Happy Christams/BONEY M. - Mary's Boy Child (Oh My Lord).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/1981 - Happy Christams/BONEY M. - O Christmas Tree (Tannenbaum).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/1981 - Happy Christams/BONEY M. - Oh Come All Ye Faithful.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/1981 - Happy Christams/BONEY M. - Petit Papa Noel.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/1981 - Happy Christams/BONEY M. - The First Noel.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/1981 - Happy Christams/BONEY M. - When A Child Is Born.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/1981 - Happy Christams/BONEY M. - White Christmas.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/1981 - Happy Christams/BONEY M. - Zion's Daughter.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD1 - The Seventies/BONEY M. - A Woman Can Change A Man.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD1 - The Seventies/BONEY M. - Bahama Mama.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD1 - The Seventies/BONEY M. - Brown Girl In The Ring.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD1 - The Seventies/BONEY M. - Bye Bye Bluebird.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD1 - The Seventies/BONEY M. - Let It All Be Music.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD1 - The Seventies/BONEY M. - Love For Sale.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD1 - The Seventies/BONEY M. - Ma Baker.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD1 - The Seventies/BONEY M. - New York City.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD1 - The Seventies/BONEY M. - No Woman No Cry.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD1 - The Seventies/BONEY M. - Rasputin.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD1 - The Seventies/BONEY M. - Ribbons Of Blue.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD1 - The Seventies/BONEY M. - Rivers Of Babylon.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD1 - The Seventies/BONEY M. - Sunny.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD1 - The Seventies/BONEY M. - Take The Heat Off Me.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD2 - The Eighties/BONEY M. - Bang Bang Lulu.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD2 - The Eighties/BONEY M. - Boonoonoonoos.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD2 - The Eighties/BONEY M. - Children Of Paradies.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD2 - The Eighties/BONEY M. - Consuela Biaz.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD2 - The Eighties/BONEY M. - Daddy Cool (Anniversary Recording '86).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD2 - The Eighties/BONEY M. - Dreadlock Holiday.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD2 - The Eighties/BONEY M. - Gadda-Da-Vida.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD2 - The Eighties/BONEY M. - Going Back West.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD2 - The Eighties/BONEY M. - I Feel Good.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD2 - The Eighties/BONEY M. - Living Like A Moviestar.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD2 - The Eighties/BONEY M. - Malaika.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD2 - The Eighties/BONEY M. - Somewhere In The World.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD2 - The Eighties/BONEY M. - The Carnival Is Over (Goodbye True Lover).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD2 - The Eighties/BONEY M. - We Kill The World (Don't Kill The World) .mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD3 - The Best 12'' Versions/BONEY M. - Felicidad (Margherita) (12'' Version).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD3 - The Best 12'' Versions/BONEY M. - Gotta Go Home (12'' Version).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD3 - The Best 12'' Versions/BONEY M. - Happy Song (12'' Version).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD3 - The Best 12'' Versions/BONEY M. - I See A Boat On The River (12'' Version).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD3 - The Best 12'' Versions/BONEY M. - Kalimba De Luna (12'' Version).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD3 - The Best 12'' Versions/BONEY M. - My Cherie Amour (12'' Version).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD3 - The Best 12'' Versions/BONEY M. - My Friend Jack (12'' Version).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/BONEY M/Compilations/2008 - The Collection/CD3 - The Best 12'' Versions/BONEY M. - Young, Free And Single (12'' Version).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GROOVE ARMADA/Compilation/2007 - Greatest Hits/GROOVE ARMADA - At The River.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GROOVE ARMADA/Compilation/2007 - Greatest Hits/GROOVE ARMADA - Chicago.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GROOVE ARMADA/Compilation/2007 - Greatest Hits/GROOVE ARMADA - Easy.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GROOVE ARMADA/Compilation/2007 - Greatest Hits/GROOVE ARMADA - Get Down.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GROOVE ARMADA/Compilation/2007 - Greatest Hits/GROOVE ARMADA - I See You Baby (Fatboy Slim Radio Edit).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GROOVE ARMADA/Compilation/2007 - Greatest Hits/GROOVE ARMADA - If Everybody Looked The Same.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GROOVE ARMADA/Compilation/2007 - Greatest Hits/GROOVE ARMADA - Lightsonic.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GROOVE ARMADA/Compilation/2007 - Greatest Hits/GROOVE ARMADA - Little By Little.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GROOVE ARMADA/Compilation/2007 - Greatest Hits/GROOVE ARMADA - Love Sweet Sound.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GROOVE ARMADA/Compilation/2007 - Greatest Hits/GROOVE ARMADA - My Friend.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GROOVE ARMADA/Compilation/2007 - Greatest Hits/GROOVE ARMADA - Purple Haze.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GROOVE ARMADA/Compilation/2007 - Greatest Hits/GROOVE ARMADA - Song 4 Mutya.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GROOVE ARMADA/Compilation/2007 - Greatest Hits/GROOVE ARMADA - Superstylin'.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GROOVE ARMADA/Compilation/2007 - Greatest Hits/GROOVE ARMADA - The Girls Say.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GROOVE ARMADA/Singles/1999 - I See You Baby/GROOVE ARMADA feat. GRAM'MA FUNK - I See You Baby (Fatboy Slim Radio Edit).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GROOVE ARMADA/Singles/1999 - I See You Baby/GROOVE ARMADA feat. GRAM'MA FUNK - I See You Baby (Fatboy Slim Remix).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GROOVE ARMADA/Singles/1999 - I See You Baby/GROOVE ARMADA feat. GRAM'MA FUNK - I See You Baby (Futureshock Strip Down).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GROOVE ARMADA/Singles/1999 - I See You Baby/GROOVE ARMADA feat. GRAM'MA FUNK - I See You Baby (GA Full Frontal Mix).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GROOVE ARMADA/Singles/1999 - I See You Baby/GROOVE ARMADA feat. GRAM'MA FUNK - I See You Baby (LP Version).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GUNS N' ROSES/Compilations/2004 - Greatest Hits/GUNS N' ROSES - Ain't It Fun.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GUNS N' ROSES/Compilations/2004 - Greatest Hits/GUNS N' ROSES - Civil War.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GUNS N' ROSES/Compilations/2004 - Greatest Hits/GUNS N' ROSES - Don't Cry (Original).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GUNS N' ROSES/Compilations/2004 - Greatest Hits/GUNS N' ROSES - Knockin' On Heaven's Door.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GUNS N' ROSES/Compilations/2004 - Greatest Hits/GUNS N' ROSES - Live And Let Die.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GUNS N' ROSES/Compilations/2004 - Greatest Hits/GUNS N' ROSES - November Rain.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GUNS N' ROSES/Compilations/2004 - Greatest Hits/GUNS N' ROSES - Paradise City.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GUNS N' ROSES/Compilations/2004 - Greatest Hits/GUNS N' ROSES - Patience.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GUNS N' ROSES/Compilations/2004 - Greatest Hits/GUNS N' ROSES - Since I Don't Have You.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GUNS N' ROSES/Compilations/2004 - Greatest Hits/GUNS N' ROSES - Sweet Child O' Mine.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GUNS N' ROSES/Compilations/2004 - Greatest Hits/GUNS N' ROSES - Sympathy For The Devil.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GUNS N' ROSES/Compilations/2004 - Greatest Hits/GUNS N' ROSES - Welcome To The Jungle.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GUNS N' ROSES/Compilations/2004 - Greatest Hits/GUNS N' ROSES - Yesterdays.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/GUNS N' ROSES/Compilations/2004 - Greatest Hits/GUNS N' ROSES - You Could Be Mine.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/INNA/2010 - Hot/BOB TAYLOR & INNA - Deja Vu.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/INNA/2010 - Hot/INNA - 10 Minutes (Play & Win Club Remix).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/INNA/2010 - Hot/INNA - 10 Minutes (Play & Win Radio Edit).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/INNA/2010 - Hot/INNA - Amazing.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/INNA/2010 - Hot/INNA - Days Nights.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/INNA/2010 - Hot/INNA - Don't Let The Music Die.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/INNA/2010 - Hot/INNA - Fever.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/INNA/2010 - Hot/INNA - Hot (US Radio Version).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/INNA/2010 - Hot/INNA - Hot.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/INNA/2010 - Hot/INNA - Ladies.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/INNA/2010 - Hot/INNA - Left Right.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/INNA/2010 - Hot/INNA - Love.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/INNA/2010 - Hot/INNA - On & On (Chillout Mix).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/INNA/2010 - Hot/INNA - On & On.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2008 - In Lipsa Mea/SMILEY - Designed To Love You.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2008 - In Lipsa Mea/SMILEY - Pe Unde Iti Umbla Inima.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2008 - In Lipsa Mea/SMILEY - Preocupat Cu Gura Ta.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2008 - In Lipsa Mea/SMILEY - Simt Ca Mor.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2008 - In Lipsa Mea/SMILEY - Un Pas Inainte.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2008 - In Lipsa Mea/SMILEY feat. ALEX, DON BAXTER & MARIUS MOGA - Am Bani De Dat (Tengo Dinero).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2008 - In Lipsa Mea/SMILEY feat. C.R.B.L. - So Cold.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2008 - In Lipsa Mea/SMILEY feat. DON BAXTER - Cea Mai Tare Piesa.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2008 - In Lipsa Mea/SMILEY feat. MARIUS MOGA - De-Ai Fi Un Cantec....mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2008 - In Lipsa Mea/SMILEY feat. UZZI - In Lipsa Mea.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2014 - Acasa/SMILEY - Acasa.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2014 - Acasa/SMILEY - Another Day.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2014 - Acasa/SMILEY - Dead Man Walking.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2014 - Acasa/SMILEY - Hot In July.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2014 - Acasa/SMILEY - I Wish.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2014 - Acasa/SMILEY - Inapoi In Viitor.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2014 - Acasa/SMILEY - Letter To You And Me.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2014 - Acasa/SMILEY - Nemuritori.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2014 - Acasa/SMILEY - Nu Deranjati.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2014 - Acasa/SMILEY - O Ard Trist.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2014 - Acasa/SMILEY - Wonderful Life.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2014 - Acasa/SMILEY feat. CABRON - Conversatie.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2014 - Acasa/SMILEY feat. DON BAXTER - Hi, Ce Faci.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2014 - Acasa/SMILEY feat. DORIAN - Can I Get A....mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2014 - Acasa/SMILEY feat. KAAN - Criminal.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2014 - Acasa/SMILEY feat. MIHAI RISTEA & ALEX VELEA - Pretindeai.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2014 - Acasa/SMILEY feat. SORE - Stupid Man.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/RoscaGabriel/SMILEY/2014 - Acasa/SMILEY feat. SPEAK - Pantofii Altcuiva.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/samplemp3/01 Slow Burning.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/samplemp3/02 Africa.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/samplemp3/1-15 Advice For The Young At Heart.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/samplemp3/2-19 Across The Universe.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/samplemp3/3 Schubert String Quartet No 14 in D minor Death and the Maiden, D810 - Movement 3 Scherzo Allegro molto.MP3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/Misc/08 Church Of Flames.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/9_20_02 Home Recordings/01 jezebel.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/9_20_02 Home Recordings/02 the night descending.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/9_20_02 Home Recordings/03 a history of lovers.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/9_20_02 Home Recordings/04 mothers of the rodeo.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/9_20_02 Home Recordings/05 swans and the swimming.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/9_20_02 Home Recordings/06 wade across the water.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/9_20_02 Home Recordings/07 love and some verses.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/9_20_02 Home Recordings/08 he lags in the reigns.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/9_20_02 Home Recordings/09 teeth in the grass.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/9_20_02 Home Recordings/10 sunset soon forgotten.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/9_20_02 Home Recordings/11 Hickory.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/Allah-Las/01 Catamaran.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/Allah-Las/02 Don't You Forget It.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/Allah-Las/03 Busman's Holiday.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/Allah-Las/04 Sacred Sands.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/Allah-Las/05 No Voodoo.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/Allah-Las/06 Sandy.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/Allah-Las/07 Ela Navega.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/Allah-Las/08 Tell Me (What's On Your Mind).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/Allah-Las/09 Catalina.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/Allah-Las/10 Vis-A-Vis.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/Allah-Las/11 Seven Point Five.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/steve/Allah-Las/12 Long Journey.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/1-09 - Suzei, Buon Di (L'amico Fritz).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/2-11 - Nessun Dorma (Turandot).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/2-07 - Sul Fil D'un Soffio Etesio (Falstaff).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/2-02 - O Patria Mia (Aida).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/2-08 - Gia Nella Notte Densa (Otello).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/2-04 - Pace, Pace, Mio Dio (La Forza Del Destino).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/2-01 - Lunge Da Lei... (La Traviata).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/1-02 - Pourqoui Me Reveiller (Werther).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/1-01 - Brindisi (La Traviata).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/1-05 - Convien Partir (La Figlia Del Reggimento).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/1-12 - Una Furtiva Lagrima (L'elisir D'amore).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/1-06 - Una Parola ... Chiedi All'aura (L'elisir D'amore).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/2-10 - Signore, Ascolta! (Turandot).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/1-10 - Parigi, O Cara (La Traviata).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/1-08 - L'altra Notte (Mefistofele).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/1-07 - O Paradiso (L'africana).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/1-03 - Bolero (I Vespri Siciliani).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/1-04 - Cielo E Mar (La Gioconda).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/2-09 - Morro, Ma Prima In Grazia (Un Ballo In Maschera).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/1-13 - Ritorna Vincitor! (Aida).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/2-05 - La Mia Letizia Infondere (I Lombardi).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/1-11 - Vissi D'arte (Tosca).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/2-03 - Ah, La Paterna Mano (Macbeth).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Pavarotti - Freni - Ricciarelli/Pavarotti, Freni, Ricciarelli - 'Live'/2-06 - Egli Non Riede Ancora! .. (Il Corsaro).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/The_Enja_Birthday_Compilation/17 - Jazz Passengers - Tell Me.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/The_Enja_Birthday_Compilation/2 - Dusko Goykovich - Samba Do Mar.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/The_Enja_Birthday_Compilation/10 - Michel Godard - Autres Voluptés.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/The_Enja_Birthday_Compilation/8 - Gilad Atzmon & The Orient House Ensemble - Autumn In Baghdad.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/The_Enja_Birthday_Compilation/16 - Michy Mano & Bugge Wesseltoft - Casatana.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/The_Enja_Birthday_Compilation/11 - Susi Hyldgaard - Little Is Better.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/The_Enja_Birthday_Compilation/6 - Johannes Enders - Brooklyn Blue.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/The_Enja_Birthday_Compilation/3 - Florian Weber - Through the mist.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/The_Enja_Birthday_Compilation/1 - Myriam Alter - Home.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/The_Enja_Birthday_Compilation/4 - Renaud Garcia-Fons; Jean-Louis Matinier - Dernière Route.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/The_Enja_Birthday_Compilation/15 - Luis Borda; Roman Bunka; Jost Hecker - Retrato De Anselmo Lira.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/The_Enja_Birthday_Compilation/14 - Lisa Wahlandt - Stay A While.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/The_Enja_Birthday_Compilation/12 - Ulrich Drechsler - See With Your Ears, Hear With Your Eyes.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/The_Enja_Birthday_Compilation/9 - Rabih Abou-Khalil - Dog River.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/The_Enja_Birthday_Compilation/5 - Trio Elf - 746.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/The_Enja_Birthday_Compilation/7 - Karl Ratzer - Finger Snappin' Good.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/The_Enja_Birthday_Compilation/13 - Makiko Hirabayashi - Remember The Rain.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Till Brönner_Performer/The Christmas Album/12 - Till Brönner - Christmas Is Never (feat. Curtis Stigers).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Till Brönner_Performer/The Christmas Album/9 - Till Brönner - Winter Wonderland (feat. Stevie Woods).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Till Brönner_Performer/The Christmas Album/11 - Till Brönner - Nature Boy.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Till Brönner_Performer/The Christmas Album/5 - Till Brönner - Silent Night.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Till Brönner_Performer/The Christmas Album/4 - Till Brönner - Last Christmas.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Till Brönner_Performer/The Christmas Album/3 - Till Brönner - Santa Claus Is Coming To Town (feat. The New York Voices).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Till Brönner_Performer/The Christmas Album/2 - Till Brönner - White Christmas.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Till Brönner_Performer/The Christmas Album/8 - Till Brönner - Notes on Snow.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Till Brönner_Performer/The Christmas Album/6 - Till Brönner - What Are You Doing New Year's Eve (feat. Frank McComb).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Till Brönner_Performer/The Christmas Album/10 - Till Brönner - Moon River.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Till Brönner_Performer/The Christmas Album/1 - Till Brönner - We Wish You A Merry Christmas-Joy To The World (feat. Deutsches Symphonie Orchester Berlin).mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Atair/Till Brönner_Performer/The Christmas Album/13 - Till Brönner - Auld Lang Syne.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Alain/The Rolling Stones - 1-07 Angie.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Alain/Chuck Berry - Johnny B. Goode.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Alain/The Rolling Stones - 1-11 (I Can't Get No) Satisfaction.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Ultravisitor/6 - Squarepusher - Menelec.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Ultravisitor/2 - Squarepusher - I Fulcrum.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Ultravisitor/5 - Squarepusher - 50 Cycles.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Ultravisitor/7 - Squarepusher - C-Town Smash.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Ultravisitor/13 - Squarepusher - Tetra-Sync.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Ultravisitor/8 - Squarepusher - Steinbolt.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Ultravisitor/1 - Squarepusher - Ultravisitor.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Ultravisitor/9 - Squarepusher - An Arched Pathway.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Ultravisitor/10 - Squarepusher - Telluric Piece.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Ultravisitor/14 - Squarepusher - Tommib Help Buss.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Ultravisitor/11 - Squarepusher - District Line II.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Ultravisitor/15 - Squarepusher - Every Day I Love.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Ultravisitor/3 - Squarepusher - Iambic 9 Poetry.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Ultravisitor/12 - Squarepusher - Circlewave.mp3
Dec 05 07:29 : update: added USB/VFAT64/Test_mixed/Ultravisitor/4 - Squarepusher - Andrei.mp3
pi@moode:~ $



RE: Very slow library update with SMB share and multiple errors - TheOldPresbyope - 12-05-2023

@nigelrenton 


I don't work much with MP3 files and the few I have pass muster with mpd/ffmpeg as Tim's do.

Some years ago, I came across the open-source program mp3diags which can identify a phenomenal range of problems with MP3 files and even fix some of them. YMMV

Mp3diags was first introduced almost 15 years ago but I see revisions have appeared from time to time and both my Linux Mint box and my moOde player show release 1.5.01-2 is available from their apt repos. To the best of my knowledge this release is only a year or so old.

Regards,
Kent


RE: Very slow library update with SMB share and multiple errors - nigelrenton - 12-05-2023

Hi all, thanks for the responses.
Think I will need to take a proper look through the files as I have likely picked up some rubbish over the years. Will also play with ffmpeg on another machine.
mp3diags does look bvery useful!