I am a retired Unix/Linux systems developer so I use Linux everywhere (desktops, servers, endpoints).Hello again @fatoldgit,
Amazing to know you have 5,000 CDs and 500 music DVDs!
I believe, on this thread, it would be also very nice to share our concept/policy/operation on "how to organize/maintain our digital music library" which should include the backup policy and practices.
Just for example in this perspective, you would please find these two posts I have already shared;
- How to organize digital music library; sharing my policy and operation: #004(remote thread)
- My backup policy and practice of digital music library: #60(remote thread)
And in my post here, I wrote;
Around when my LPs+CDs exceeded 500, it became difficult for me to remember which LP or CD I have or not... So I have decided organizing all in digital format within SSD under my strict policy and rule, and added them to JRiver (or Roon), as shared in my above post #4.
After giving proper tag info to each of the tracks/files, now I (JRiver) can search and identify specific album(s) or individual track(s) almost instantaneously among the total ca. 40,000 tracks/files; really amazing and convenient.
I organize my music rips by Genre/Alpha/Artist/Year Album/Track. Videos are similar but obviously no tracks as the video is a single container.
Below is an example of this structure:
/music/Blues/[A]/Albert Collins/[1980] Frostbite
/music/Blues/[A]/Albert Collins/[1980] Frostbite/01 - If You Love Me Like You Say.flac
/music/Blues/[A]/Albert Collins/[1980] Frostbite/02 - Blue Monday Hangover.flac
/music/Blues/[A]/Albert Collins/[1980] Frostbite/03 - I Got A Problem.flac
/music/Blues/[A]/Albert Collins/[1980] Frostbite/04 - The Highway Is Like A Woman.flac
/music/Blues/[A]/Albert Collins/[1980] Frostbite/05 - Brick.flac
/music/Blues/[A]/Albert Collins/[1980] Frostbite/06 - Don't Go Reaching Across My Plate.flac
/music/Blues/[A]/Albert Collins/[1980] Frostbite/07 - Give Me My Blues.flac
/music/Blues/[A]/Albert Collins/[1980] Frostbite/08 - Snowed In.flac
/music/Blues/[A]/Albert Collins/[1980] Frostbite/cover.jpg
/music/Blues/[A]/Albert Collins/[1981] Frozen Alive!
/music/Blues/[A]/Albert Collins/[1981] Frozen Alive!/01 - Frosty.flac
/music/Blues/[A]/Albert Collins/[1981] Frozen Alive!/02 - Angel Of Mercy.flac
/music/Blues/[A]/Albert Collins/[1981] Frozen Alive!/03 - I Got That Feeling.flac
/music/Blues/[A]/Albert Collins/[1981] Frozen Alive!/04 - Caldonia.flac
/music/Blues/[A]/Albert Collins/[1981] Frozen Alive!/05 - Things I Used To Do.flac
/music/Blues/[A]/Albert Collins/[1981] Frozen Alive!/06 - Got A Mind To Travel.flac
/music/Blues/[A]/Albert Collins/[1981] Frozen Alive!/07 - Cold Cuts.flac
/music/Blues/[A]/Albert Collins/[1981] Frozen Alive!/cover.jpg
The flac files are also tagged with metadata and curated artist images are also captured.
This means no matter what player you use, one that uses tags or one that you browse via a directory structure, you can logically find your way around.
This looks like the following, showing the Blues Genre drill down:
Within an artist (albert collins), it looks like:
Backups... again being a retired Unix/Linux systems developer this comes easy:
- I have the "master/production" PC that contains all the music/video files
- I have a full clone of this offsite (so I can swap it in immediately if I have an issue)
- I have two self built Linux backup servers in my home*** using raid 10, that contains all the music/video files (plus lots of stuff related to my prior occupation)
- I have three 10TB 3.5" HD drives (I dont believe in small 2.5" drives) that contain copies of the Linux backup servers located in my car that is in my driveway (near site)
- I have three 10TB 3.5" HD drives that contain copies of the Linux backup servers in my sisters house 40km away (offsite)
Excessive... yes... Paranoid..Yes..
I run backups of my music files and my desktops on Sunday... its called "Backup Sunday"
After each backup, I check the drives on the master/clone PC's and the Linux backup servers with the "skdump" command that reports on SMART metrics.
Not only that but I regularly test the music/video files on all systems/backup drives for integrity, using an Linux shell script, snippet shown below. I do one system/drive per week as part of "Backup Sunday".
#!/bin/ksh -x
ffmpeg -v error -i "./Blues/[A]/Aces/[1973]Chicago Beat 1970-1973/01 - Tell Me Mama.flac" -f null -
ffmpeg -v error -i "./Blues/[A]/Aces/[1973]Chicago Beat 1970-1973/02 - Hoo-Doo Man.flac" -f null -
ffmpeg -v error -i "./Blues/[A]/Aces/[1973]Chicago Beat 1970-1973/03 - Take A Little Walk With Me.flac" -f null -
ffmpeg -v error -i "./Blues/[A]/Aces/[1973]Chicago Beat 1970-1973/04 - Whole Lot Lovin'.flac" -f null -
Peter
*** in fact I had LOTS of servers around the house(Linux, Solaris, HPUX, AIX).when I was working (around 20) but have cut this down to 10 LInux servers
Last edited: