Skip to content

Little script that obtains data from Banshee via dbus (e.g. for conky)

License

Notifications You must be signed in to change notification settings

solusipse/banshee-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

banshee-info

Little script that obtains data from Banshee via dbus (e.g. for conky)

Usage:

  • --basic - show basic info: Author - Song
  • --title - displays track's title
  • --author - displays track's author
  • --album - displays track's album info
  • --progress - show percentage value of track's progress
  • --volume - show percentage volume
  • --uri - show uri
  • --length - show length in minutes
  • --state - show banshee's state

Example conky usage:

Now playing: ${execi 50 python2 ~/scripts/banshee-info.py --basic} ${execibar 10 python2 ~/scripts/banshee-info.py --progress}

About

Little script that obtains data from Banshee via dbus (e.g. for conky)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages