Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ccouzens/totem-music-library
A music library plugin for Totem that uses Tracker as it's database.
https://github.com/ccouzens/totem-music-library
Last synced: 17 days ago
JSON representation
A music library plugin for Totem that uses Tracker as it's database.
- Host: GitHub
- URL: https://github.com/ccouzens/totem-music-library
- Owner: ccouzens
- Created: 2012-01-22T17:15:18.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-17T20:48:25.000Z (almost 11 years ago)
- Last Synced: 2023-03-22T10:47:52.493Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.67 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MusicLibrary Totem Plugin
=========================A music library for [Totem](http://projects.gnome.org/totem/) that uses [Tracker](http://projects.gnome.org/tracker/) as the database.
Since it uses Tracker, it doesn't require any configuration.
In the sidebar you get a list of all the artists in your music collection.
You can drill down to their albums, then to songs.
When you double click a song, it starts playing.![screenshot](https://github.com/ccouzens/Totem-Music-Library/raw/master/Screenshot.png "screenshot")
Install
-------# Some of the Ubuntu dependencies:
sudo apt-get install gir1.2-tracker-0.12 gir1.2-totem-1.0 totem trackermkdir -p ~/.local/share/totem/plugins
cd ~/.local/share/totem/plugins
git clone https://github.com/ccouzens/Totem-Music-Library.git musiclibrary# start Totem
totemEnable the plugin and pay attention to the messages on the command line.
If you needed to install something else, let me know and I'll add to this page.
You may need to wait a while after installing Tracker before it indexes your music.Critique
--------I've not put much thought into how the plugin gets activated and deactivated.
It might be using more resources than it should when the it is deactivated.When a song finishes it doesn't skip to the next one.
The code repeats itself a lot.
The code for artist, album and song is quite similiar.