Rhythmbox isn't seeing all of my files. I have a library of music over 24,000 tracks all MP3's.
Rhythmbox sees 11,500 of them only.
This has been a problem for a while. I keep coming back to Rhythmbox as its integration with Ubuntu is so tight and I like that. But this problem is stopping me from using it.
I have tried Banshee, but the sound quality is tinny and horrible (hearing rumors of Banshee replacing Rhythmbox in 11.04 is giving me nightmares)
I used to use Songbird but it was always a bit buggy and they have now pulled Linux Support.
Exaile doesn't integrate well enough either. I tried Guaydeque, and it shows a lot of promise, but again its integration is horrible.
Is there a way to make Rhythmbox see all my MP3's or is there a music player with tight integration, great sound, good features, Gnome native and actively developed I can switch to?
Edit: I remember hearing somewhere it had to do with MP3 with variable bit rate?
Edit: answers to various comments:
Took a look and I can't see anything specifically the same about all the files that is different from the files it does see. But we are talking about over 10,000 files missing, to large a number for me to be able to draw any accurate conclusions in any timely fashion.
Not getting any error messages. All I did was set my music library folder to be the folder in Preferences and ticked the box to watch the library for new files. It works fine with every other media player I have tried, but every time I try Rhythmbox (several times now over the last couple of years) it fails to get a the majority of my tracks.
My files are all on one external drive in one folder which than has subfolders for each artists and sub folders in those for each album. But that's as far as it goes for multiple locations, ie its not really multiple locations and no symbolic links.
This has been happening across several clean installs across several version of Ubuntu.
I had a similar problem with Rhythmbox. I don't have nearly the number of files you have, but it was not seeing new files or changed files. I did the following:
~/.local/share/rhythmbox/rhythmdb.xml
It seems that my problem was an issue with the configuration file. I had reinstalled Rhythmbox, but had not done a complete uninstall. This left a corrupted configuration file in my Rhythmbox sub-directory. You may want to try this if it's possible that you have a corrupted configuration file.
There are two elements to Rhythmbox noticing files: the inotify watches on all the subdirectories (which may have hit a maximum, check
/proc/sys/fs/inotify/max_user_watches
, but it should be very high, higher than the number of directories you probably have), and the other is the file type detection that GStreamer is seeing.Try to see if there are differences from GStreamer's perspective of the file. You can use
gst-typefind
to do this. A report like this may be useful to help track it down:It is possible that using a symbolic link or using multiple locations could be "confusing" Rhythmbox. I've got around 10.000 songs and they are all present and accounted for. But they weren't all there until I used the absolute paths to the files. That's the worst thing about Rhythmbox - no file browser.
As a side note, I don't know how you store your music, but you can set multiple library locations with the gconf-editor under apps --> Rhythmbox --> library_locations.
To see if the files are the problem rather than Rhythmbox being the issue check out the File Browser plugin. It won't let you browser your entire file system, but it will let you browser your configured music directory by file rather than relying on Rhythmbox to read the tags. You can find it here (w/instructions): http://www.webupd8.org/2010/09/folderview-rhythmbox-plugin-to-browse.html
I don't see the point of this plugin personally, but I've tried it and it does work; in your case it would likely be useful.
If your looking for a good alternative with file browsing capability and so on, I've been using Clementine a lot. It's easily my favorite Linux player (but I still use Rhythmbox too!). You can check it out here: http://code.google.com/p/clementine-player/
For me the answer was to close Rhythmbox and run the following (Xenial):
This installs some additional GStreamer plugins (also try
gstreamer1.0-plugins-ugly
) and then deletes the Rhythmbox music database so it will re-check the files the next time.