Tuesday, April 23, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 1188  / 2 Years ago, sun, june 26, 2022, 8:14:04

Currently my music is sorted like this:



Music
├── Artist 1
│   ├── Album 1
│   └── Album 2
├── Artist 2
│   ├── Album 3
│   ├── Album 4
│   └── Album 5
├── Artist 3
│   └── Album 5
├── Artist 4
│   └── Album 5
└── Artist 5
└── Album 5


What is the easiest way to reorganize it like this?



Music
├── Artist 1
│   ├── Album 1
│   └── Album 2
├── Artist 2
│   ├── Album 3
│   └── Album 4
└── Various Artists
└── Album 5

More From » music

 Answers
3

If you are willing to download an application onto your computer, then I would advise installing Picard. Follow these steps:



  1. Install Picard using:


    sudo apt-get install picard

    or


    sudo aptitude install picard


  2. Once it's installed successfully, open the application (the full name is MusicBrainz Picard).



  3. Go to OptionsOptions... A new options window will pop u.



  4. Select File Naming on the left hand side. Once selected, you will be able to pick the file naming scheme that you want for normal albums or albums with various artists on it.




The picture below shows the final result if you decide to use this application:


Picard Options


If you want more information about how Picard works, please look over the help documentation found here: Picard Documentation


Hope this helps!


[#44733] Monday, June 27, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
allally

Total Points: 487
Total Questions: 106
Total Answers: 110

Location: Laos
Member since Sun, Jul 3, 2022
2 Years ago
;