]> kaliko git repositories - mpd-sima.git/commitdiff
Improved doc, new version 0.12.3
authorkaliko <kaliko@azylum.org>
Mon, 24 Nov 2014 14:55:48 +0000 (15:55 +0100)
committerkaliko <kaliko@azylum.org>
Mon, 24 Nov 2014 14:55:48 +0000 (15:55 +0100)
data/man/album.cfg
data/man/info.xml
data/man/mpd-sima.1
data/man/mpd_sima.cfg.5
data/man/simadb_cli.1
sima/info.py

index 645be84351bc7dd855d2620ca2447ff8d32d3cc2..d21464ff465d56757023884db03f7e54e133b83c 100644 (file)
@@ -7,9 +7,9 @@ history_duration=48  # 2 days
 queue_length=5
 
 [lastfm]
-queue_mode = album
+queue_mode=album
 album_to_add=2
 
 [crop]
 # keep 30 played tracks in playlist
-consume = 30
+consume=30
index 437a75367c7a7a74eec68fd07507c8aa0d0d2720..5422b9e6d01083cb6c72f99f30a4cf1d69066521 100644 (file)
@@ -5,7 +5,7 @@
   <!ENTITY dhemail     "kaliko@azylum.org">
   <!ENTITY dhusername  "&dhfirstname; &dhsurname;">
   <!ENTITY dhpackage "mpd-sima">
-  <!ENTITY release   "0.12.2">
+  <!ENTITY release   "0.12.3">
   <!-- TITLE should be something like "User commands" or similar (see
        http://www.tldp.org/HOWTO/Man-Page/q2.html). -->
   <!ENTITY dhtitle     "&dhpackage; &release; User Manual">
index b7c6aac26a917840f102264d1c8bb14b2b891600..fbbf6f5776bd27bbe57cd8e45c783e4b038b3228 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: mpd-sima
 .\"    Author: Jack Kaliko <kaliko@azylum.org>
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/21/2014
-.\"    Manual: mpd-sima 0.12.1 User Manual
+.\"      Date: 11/24/2014
+.\"    Manual: mpd-sima 0.12.3 User Manual
 .\"    Source: mpd-sima
 .\"  Language: English
 .\"
-.TH "MPD\-SIMA" "1" "06/21/2014" "mpd-sima" "mpd-sima 0.12.1 User Manual"
+.TH "MPD\-SIMA" "1" "11/24/2014" "mpd-sima" "mpd-sima 0.12.3 User Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 785d35662b14a7f98e7ea5a4f5b922bae2164835..154a2ad1abc9f69de2fe35975dd842ba5f4ed829 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: mpd_sima.cfg
 .\"    Author: Jack Kaliko <kaliko@azylum.org>
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/21/2014
-.\"    Manual: mpd-sima 0.12.1 User Manual
+.\"      Date: 11/24/2014
+.\"    Manual: mpd-sima 0.12.3 User Manual
 .\"    Source: mpd-sima
 .\"  Language: English
 .\"
-.TH "MPD_SIMA\&.CFG" "5" "06/21/2014" "mpd-sima" "mpd-sima 0.12.1 User Manual"
+.TH "MPD_SIMA\&.CFG" "5" "11/24/2014" "mpd-sima" "mpd-sima 0.12.3 User Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -53,12 +53,12 @@ history_duration=48  # 2 days
 queue_length=5
 
 [lastfm]
-queue_mode = album
+queue_mode=album
 album_to_add=2
 
 [crop]
 # keep 30 played tracks in playlist
-consume = 30
+consume=30
 
             
 .fi
index 93250b190341fa6a270f8578d0a95c232ecc624e..a45ab0d4d77f4dcfbb966081a559f43a8e7dfb01 100644 (file)
@@ -2,12 +2,12 @@
 .\"     Title: simadb_cli
 .\"    Author: Jack Kaliko <kaliko@azylum.org>
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 06/21/2014
-.\"    Manual: mpd-sima 0.12.1 User Manual
+.\"      Date: 11/24/2014
+.\"    Manual: mpd-sima 0.12.3 User Manual
 .\"    Source: mpd-sima
 .\"  Language: English
 .\"
-.TH "SIMADB_CLI" "1" "06/21/2014" "mpd-sima" "mpd-sima 0.12.1 User Manual"
+.TH "SIMADB_CLI" "1" "11/24/2014" "mpd-sima" "mpd-sima 0.12.3 User Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
index 3fae78c8e06c4751cef78f855224a0df67f86535..e1262d4239f68183b12ce47973e8ca7b28820b01 100644 (file)
@@ -11,7 +11,7 @@ queue is getting short.
 """
 
 
-__version__ = '0.12.2'
+__version__ = '0.12.3'
 __author__ = 'kaliko jack'
 __email__ = 'kaliko@azylum.org'
 __url__ = 'git://git.kaliko.me/sima.git'