# nautilus-media **Repository Path**: mirrors_chromium_gitlab_gnome/nautilus-media ## Basic Information - **Project Name**: nautilus-media - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2025-11-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README WHAT THIS IS ------------ Media goodies for Nautilus - audio view displays directory as audio tracks, plays them - audio properties view a property page for audio files, used in nautilus - gst-thumbnail thumbnails videos for nautilus Educational stuff for writing Nautilus views - test view a test view to learn from AUDIO VIEW ---------- - the audio view plays tracks using GStreamer. - it currently plays wav, ogg, mp3 and flac (if your gnome-vfs is current) - seeking should work - if you want to help test, do the following things (in audio-view): - start by trying audio-play-test (my music file) and see if it can play the file and prints out lots of stuff - if that works, try the gnome-test app. Run ./gnome-test (dir with music files) and see if it recognizes them and plays them as well. - if that works, you can try the bonobo-test app. Run it in the same way. For it to work, the server file needs to be installed to your bonobo servers dir ($(prefix)/lib/bonobo/servers) and the nautilus-audio-view should be installed to $(prefix)/libexec. (If you ran configure with the same prefix as nautilus and bonobo, this should just work). If this test app works, is able to bring up the component, and it plays, then on to the final step. - in nautilus, go to a dir containing audio files, and choose View as... next to the location bar. Then from the menu, choose "View as Audio" and see if it works. I appreciate any and all bug reports, with a mention of which of these four did work and which didn't, and possibly a link to the problematic audio files, so I can fix this and help you further. THUMBNAILER ----------- * to use the thumbnailer: - you need nautilus >= 2.1 - you need to install the GConf schema that tells nautilus how to thumbnail. (the old method, ~/.gnome2/thumbnailrc, is gone)