Music CoverART (en)

From Conky PitStop

(Difference between revisions)
Jump to: navigation, search
(Music CoverART)
 
(11 intermediate revisions not shown)
Line 5: Line 5:
[[Category:Cover art (en)]]
[[Category:Cover art (en)]]
[[Category:Tips and tricks (en)]]
[[Category:Tips and tricks (en)]]
 +
[[Category:Lua scripts (en)]]
[[Category:Python scripts (en)]]
[[Category:Python scripts (en)]]
[[Category:VastOne scripts (en)]]
[[Category:VastOne scripts (en)]]
-
{{i18n|en|Music-CoverART}}
+
{{i18n|en|Music CoverART}}
[[File:Cover_Art_By_VastOne.png|200px|thumb|right|Conky, Music and CoverART]]'''By: VastOne'''
[[File:Cover_Art_By_VastOne.png|200px|thumb|right|Conky, Music and CoverART]]'''By: VastOne'''
'''''A SPECIAL NOTE:'''''
'''''A SPECIAL NOTE:'''''
-
First and foremost, this work is based on the development of 2 sources.  [http://ubuntuforums.org/showthread.php?p=6097476 Kaivalagi Python Scripts] and a [http://ubuntuforums.org/showthread.php?t=281865&page=1379 wlourf LUA sphere script] that started on the Ubuntu Threads. All I did was take the genesis of these and expand upon them to create several more current applications
+
First and foremost, this work is based on the development of 3 sources.  [http://ubuntuforums.org/showthread.php?p=6097476 Kaivalagi Python Scripts] and a [http://wlourf.deviantart.com/art/conky-for-some-players-177579441 wlourf LUA sphere script] that started on the Ubuntu Threads, as well as a script by larryni for the [http://ubuntuforums.org/showthread.php?p=8117609#post8117609 rounded covert]. All I did was take the genesis of these and expand upon them to create several more current applications
-
Two methods of using Conky, with python or LUA scripts, and currently any of 16 Linux Music apps and Cover Art from local sources;
+
Two methods of using Conky, with python or LUA scripts, and currently any of 18 Linux Music apps and Cover Art from local sources;
'''Online support:''' The place to ask for support and discuss these scripts:
'''Online support:''' The place to ask for support and discuss these scripts:
-
[http://crunchbanglinux.org/forums/topic/15356/how-to-conky-music-and-cover-art-2-methods-for-16-apps/ How To - Conky, Music and Cover Art - 2 Methods for 16 Apps]
+
[http://crunchbanglinux.org/forums/post/150358/#p150358/ How To - Conky, Music and Cover Art - 2 Methods for 18 Apps]
-
It started with 14 apps - stay tuned ... there may be more!
+
It started with 14 apps - stay tuned ... there <del>may be</del> '''is''' more!
-
# Amarok
+
# '''Amarok2'''
-
# Audacious
+
# '''Audacious'''
-
# Banshee
+
# '''Banshee'''
-
# Clementine
+
# '''Clementine'''
-
# Deadbeef
+
# '''Deadbeef'''
-
# Decibel Audio Player
+
# '''Decibel Audio Player'''
-
# Gmusicbrowser
+
# '''Gmusicbrowser'''
-
# Gogglesmm
+
# '''Exaile'''
-
# Guayadeque
+
# '''Quod Libet
-
# MOCP
+
# '''Gogglesmm'''
-
# MPD - and any frontend client (ario, sonata, gmpc etc etc)
+
# '''Guayadeque'''
-
# Pogo
+
# '''MoC (MoCP)'''
-
# Qmmp
+
# '''MPD''' - and any frontend client (ario, sonata, gmpc etc etc)
-
# Rhythmbox
+
# '''Pogo'''
-
# VLC
+
# '''Qmmp'''
-
# Xnoise
+
# '''Rhythmbox'''
 +
# '''VLC'''
 +
# '''Xnoise'''
-
The file that does it all: [[Media:musictools.tar.gz|musictools.tar.gz]]. Extract everything to ~/
+
'''The file that does it all:''' [[Media:musictools.tar.gz|musictools.tar.gz]].
-
It includes, for everything seen above
+
Extract everything to ~/
 +
 
 +
It includes everything for the apps seen above:
* conkys,
* conkys,
-
* pythons scripts and
+
* python scripts, bash scripts and
* LUA scripts
* LUA scripts
 +
 +
'''Edit''' - 16 October 2011  -  Changed all bash scripts with new functions to copy the cover file one time .. thanks xaos52!!  -  Grab the latest archive from the same link to capture these changes
 +
 +
'''Edit''' - 16 October 2011  -  Changed the mpd method of getting the cover thanks to a python change ... Thanks wlourf!!  -  Grab the latest archive from the same link to capture these changes
 +
 +
'''Edit''' - 21 October 2011  -  Did a major overhaul of all conky rc files and all templates to standardize each.  Thanks to Sector11 for writing and proofing the conky rc  standards  -  Grab the latest archive to capture these changes

Latest revision as of 20:22, 21 October 2011

Music CoverART

 Language   English   Français   


Conky, Music and CoverART
By: VastOne

A SPECIAL NOTE: First and foremost, this work is based on the development of 3 sources. Kaivalagi Python Scripts and a wlourf LUA sphere script that started on the Ubuntu Threads, as well as a script by larryni for the rounded covert. All I did was take the genesis of these and expand upon them to create several more current applications

Two methods of using Conky, with python or LUA scripts, and currently any of 18 Linux Music apps and Cover Art from local sources;

Online support: The place to ask for support and discuss these scripts:

How To - Conky, Music and Cover Art - 2 Methods for 18 Apps

It started with 14 apps - stay tuned ... there may be is more!

  1. Amarok2
  2. Audacious
  3. Banshee
  4. Clementine
  5. Deadbeef
  6. Decibel Audio Player
  7. Gmusicbrowser
  8. Exaile
  9. Quod Libet
  10. Gogglesmm
  11. Guayadeque
  12. MoC (MoCP)
  13. MPD - and any frontend client (ario, sonata, gmpc etc etc)
  14. Pogo
  15. Qmmp
  16. Rhythmbox
  17. VLC
  18. Xnoise

The file that does it all: musictools.tar.gz.

Extract everything to ~/

It includes everything for the apps seen above:

Edit - 16 October 2011 - Changed all bash scripts with new functions to copy the cover file one time .. thanks xaos52!! - Grab the latest archive from the same link to capture these changes

Edit - 16 October 2011 - Changed the mpd method of getting the cover thanks to a python change ... Thanks wlourf!! - Grab the latest archive from the same link to capture these changes

Edit - 21 October 2011 - Did a major overhaul of all conky rc files and all templates to standardize each. Thanks to Sector11 for writing and proofing the conky rc standards - Grab the latest archive to capture these changes

Personal tools
Namespaces
Variants
Actions
Navigation
English
Français
Toolbox