Albums not show in view "Album" #71
Replies: 5 comments 2 replies
-
Hi Raudio does indeed 'find' .wav files in your sources automatically. To include other audio files in your Library you need to manually update the library. To do this click the small icon to the right of the Library item in the Setup (cog) menu. You might also want to be aware of issue #12 which also affects me with RPi Zero and Bluetooth. Chris |
Beta Was this translation helpful? Give feedback.
-
Try: mpc -f '%album%^^[%albumartist%|%artist%]^^%file%' listall \
| awk -F'/[^/]*$' 'NF && !/^\^/ && !a[$0]++ {print $1}' \
| sort -u And post only errors. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Hi all, |
Beta Was this translation helpful? Give feedback.
-
Hello,
your software is very interesting! I really like it. But there are some things I don't understand.
I have about 6500 albums in my collection; but after updating the library, in the view "Album" I see only 56 albums. I believe that they are only those related to wav files. How Is it possible to view all the album in the library?
Another question: why in the "AlbumArtist" view is not showed the thumbnail?
I have installed the latest version.
Beta Was this translation helpful? Give feedback.
All reactions