F5F Stay Refreshed Software Operating Systems A system for organizing enchanted melodies.

A system for organizing enchanted melodies.

A system for organizing enchanted melodies.

Pages (2): 1 2 Next
P
PokemonMystic
Junior Member
6
06-25-2023, 04:32 PM
#1
Hello! I've built up a significant music collection over the years and I now need to sort through it. I use dbPoweramp to convert all of my music into MP3*** and to sort it into folders with the following hierarchy: "[artist]\[album]\[title] - [artist] - [trackNo].mp3" and I love having all of my music sorted as such. Now, It's an amazing program and sorts all of my music effortlessly and the same company made another really good program: PerfectTUNES. However, I opted into the beta of that program years ago and now it's out, my beta copy doesn't work anymore and I ain't paying £35 for something to delete duplicates of my music. So, is there such a program or number of programs that can achieve the following: - Sort my music into folders as above (preferably without having to re-convert in between). - Find and apply tags (title, artist, album, etc) by whatever means. TrackID from Sony seems to know every song in the world so it'd be kinda cool if there was some way of using that to sort my music. I'd also like various artist compilation CDs to be separated into each artist and the album that that song was from, and so on. - Find duplicates of files whether it be by looking at metadata or if it is by comparing the actual audio files - Any other music file sorting things that I've possibly forgotten or not even thought of! Thanks in advance! ***No hate please; I personally can't tell the difference between a true FLAC file and an MP3 128kbps so I don't see the point in storing all of my music as FLAC
P
PokemonMystic
06-25-2023, 04:32 PM #1

Hello! I've built up a significant music collection over the years and I now need to sort through it. I use dbPoweramp to convert all of my music into MP3*** and to sort it into folders with the following hierarchy: "[artist]\[album]\[title] - [artist] - [trackNo].mp3" and I love having all of my music sorted as such. Now, It's an amazing program and sorts all of my music effortlessly and the same company made another really good program: PerfectTUNES. However, I opted into the beta of that program years ago and now it's out, my beta copy doesn't work anymore and I ain't paying £35 for something to delete duplicates of my music. So, is there such a program or number of programs that can achieve the following: - Sort my music into folders as above (preferably without having to re-convert in between). - Find and apply tags (title, artist, album, etc) by whatever means. TrackID from Sony seems to know every song in the world so it'd be kinda cool if there was some way of using that to sort my music. I'd also like various artist compilation CDs to be separated into each artist and the album that that song was from, and so on. - Find duplicates of files whether it be by looking at metadata or if it is by comparing the actual audio files - Any other music file sorting things that I've possibly forgotten or not even thought of! Thanks in advance! ***No hate please; I personally can't tell the difference between a true FLAC file and an MP3 128kbps so I don't see the point in storing all of my music as FLAC

L
livtheviking
Posting Freak
846
06-25-2023, 04:32 PM
#2
The software I use is Headphones since it functions as a plugin on my FreeNAS box, though setting it up and ensuring it works can be challenging. It should handle all your requirements except for duplicate detection.
L
livtheviking
06-25-2023, 04:32 PM #2

The software I use is Headphones since it functions as a plugin on my FreeNAS box, though setting it up and ensuring it works can be challenging. It should handle all your requirements except for duplicate detection.

P
P3laajam1e
Junior Member
43
06-25-2023, 04:32 PM
#3
Sure, here’s a clearer version of your request.

I’d appreciate it if you could provide step-by-step instructions or a link to a guide on how to use this tool. It seems the interface includes some torrent integration features—do you mean it’s meant for downloading music from popular torrent sites legally? I’m also curious if it allows transferring files between folders, such as moving items from one directory to another during sorting. Could you confirm if there’s a way to update song tags automatically? Thank you!
P
P3laajam1e
06-25-2023, 04:32 PM #3

Sure, here’s a clearer version of your request.

I’d appreciate it if you could provide step-by-step instructions or a link to a guide on how to use this tool. It seems the interface includes some torrent integration features—do you mean it’s meant for downloading music from popular torrent sites legally? I’m also curious if it allows transferring files between folders, such as moving items from one directory to another during sorting. Could you confirm if there’s a way to update song tags automatically? Thank you!

O
OG_NAME30
Member
53
06-25-2023, 04:32 PM
#4
Instructions are available for running it on Windows. You'll need to install Python first. The torrent integration does that, though you don't have to use it. It seems safe to move the root folder—like changing Music to MusicUnsorted—and have Headphones return to Music. All your songs will be updated automatically with tags from MusicBrainz, an open-source music database. EDIT: Lifehacker has a useful article on other software that might work better.
O
OG_NAME30
06-25-2023, 04:32 PM #4

Instructions are available for running it on Windows. You'll need to install Python first. The torrent integration does that, though you don't have to use it. It seems safe to move the root folder—like changing Music to MusicUnsorted—and have Headphones return to Music. All your songs will be updated automatically with tags from MusicBrainz, an open-source music database. EDIT: Lifehacker has a useful article on other software that might work better.

R
Roycie_Bear
Member
181
06-25-2023, 04:33 PM
#5
Yeah, I'm managing the operation; I'm not that lacking in knowledge - haha! The tricky part is the settings and configuration. I believe I've arranged things my way, but it keeps handling a lot of tasks without doing anything else. From what I understand, I created a folder named "Sorted Music" and it's pulling from my actual library, yet nothing appears in that folder. It seems the process needs to complete its scan before proceeding. If it really sorts all the tags, reprocessing with dbPoweramp should move everything to the correct locations. But it's taking a lot of time converting files from their current format to the desired one. If there isn't an existing tool for this specific job, it shouldn't be too difficult to build one. I have some basic programming skills and could likely write a simple C# WinForms app to scan a directory and organize files by tags. I'd just need to learn how to read MP3 tags first. But since I'm a bit lazy, should I run it from within the headphones? EDIT: I've configured the desired folder structure, but it still doesn't appear to move anything as expected.
R
Roycie_Bear
06-25-2023, 04:33 PM #5

Yeah, I'm managing the operation; I'm not that lacking in knowledge - haha! The tricky part is the settings and configuration. I believe I've arranged things my way, but it keeps handling a lot of tasks without doing anything else. From what I understand, I created a folder named "Sorted Music" and it's pulling from my actual library, yet nothing appears in that folder. It seems the process needs to complete its scan before proceeding. If it really sorts all the tags, reprocessing with dbPoweramp should move everything to the correct locations. But it's taking a lot of time converting files from their current format to the desired one. If there isn't an existing tool for this specific job, it shouldn't be too difficult to build one. I have some basic programming skills and could likely write a simple C# WinForms app to scan a directory and organize files by tags. I'd just need to learn how to read MP3 tags first. But since I'm a bit lazy, should I run it from within the headphones? EDIT: I've configured the desired folder structure, but it still doesn't appear to move anything as expected.

S
SpillQ
Junior Member
46
06-25-2023, 04:33 PM
#6
Headphones can be a bit tricky. Make sure in Settings > Quality & Post Processing, the Path to Destination Folder is set to "Sorted Music." Ensure Move downloads to Destination Folder is enabled. Check Settings > Download Settings and set Music Download Directory to your current library folder. Finally, navigate to Manage > Force Actions and Post-Process Single Folder to verify functionality.
S
SpillQ
06-25-2023, 04:33 PM #6

Headphones can be a bit tricky. Make sure in Settings > Quality & Post Processing, the Path to Destination Folder is set to "Sorted Music." Ensure Move downloads to Destination Folder is enabled. Check Settings > Download Settings and set Music Download Directory to your current library folder. Finally, navigate to Manage > Force Actions and Post-Process Single Folder to verify functionality.

C
Cokkie77
Senior Member
556
06-25-2023, 04:33 PM
#7
Sure, I'll give it a shot later. I'm just fetching the MusicBrainz server image to use in VirtualBox, since they mentioned it's faster and more dependable. With about 19k tracks and a 0.3mbps upload speed, it should manage.
C
Cokkie77
06-25-2023, 04:33 PM #7

Sure, I'll give it a shot later. I'm just fetching the MusicBrainz server image to use in VirtualBox, since they mentioned it's faster and more dependable. With about 19k tracks and a 0.3mbps upload speed, it should manage.

V
vwgti2a
Member
106
06-25-2023, 04:33 PM
#8
You've successfully set up the musicbrainz server and resolved the initial logging issue. The error you encountered was due to Japanese text in a file, which caused an invalid mode exception when reading it. It looks like you've already addressed the problem by changing the file and clearing the issue.

Now, regarding searching for unusual files on Windows: you can use the built-in file search feature in Windows Explorer or PowerShell. Simply open File Explorer, type a keyword or extension, and it will display matching files. For more advanced searches, PowerShell offers powerful commands like `Get-ChildItem` with filters. If you need further help, let me know!
V
vwgti2a
06-25-2023, 04:33 PM #8

You've successfully set up the musicbrainz server and resolved the initial logging issue. The error you encountered was due to Japanese text in a file, which caused an invalid mode exception when reading it. It looks like you've already addressed the problem by changing the file and clearing the issue.

Now, regarding searching for unusual files on Windows: you can use the built-in file search feature in Windows Explorer or PowerShell. Simply open File Explorer, type a keyword or extension, and it will display matching files. For more advanced searches, PowerShell offers powerful commands like `Get-ChildItem` with filters. If you need further help, let me know!

E
ElGuerrero064
Member
53
06-25-2023, 04:33 PM
#9
The search results provided scripts for locating files with non-ASCII names. One link also discusses removing such characters from filenames. A Stack Overflow question addresses renaming files with non-ASCII encoding. These resources may offer solutions to your issue.
E
ElGuerrero064
06-25-2023, 04:33 PM #9

The search results provided scripts for locating files with non-ASCII names. One link also discusses removing such characters from filenames. A Stack Overflow question addresses renaming files with non-ASCII encoding. These resources may offer solutions to your issue.

V
Viplo
Member
67
06-25-2023, 04:33 PM
#10
Thanks. It might be useful later, but it’s no longer a problem now since the rest of the files were processed. I’m encountering this warning: attempting to query MusicBrainz for The Red Hot Chili Peppers failed (retried three times, caused by HTTP Error 503: Service Unavailable). I also noticed no results were found for that song. Was there anything you could tell me about what might be causing this?
V
Viplo
06-25-2023, 04:33 PM #10

Thanks. It might be useful later, but it’s no longer a problem now since the rest of the files were processed. I’m encountering this warning: attempting to query MusicBrainz for The Red Hot Chili Peppers failed (retried three times, caused by HTTP Error 503: Service Unavailable). I also noticed no results were found for that song. Was there anything you could tell me about what might be causing this?

Pages (2): 1 2 Next