<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/dacapo-player/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/dacapo-player/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Sun, 13 Oct 2013 10:37:10 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/dacapo-player/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by Claw Strophob</title><link>https://sourceforge.net/p/dacapo-player/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,3 @@
-=======
 dacapo
 =======

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Claw Strophob</dc:creator><pubDate>Sun, 13 Oct 2013 10:37:10 -0000</pubDate><guid>https://sourceforge.netb03d6826bccecea5d2978492e7a20504b2eac483</guid></item><item><title>Home modified by Claw Strophob</title><link>https://sourceforge.net/p/dacapo-player/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1,170 @@
-Welcome to your wiki!
+=======
+dacapo
+=======

-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
+Note
+====
+I'd really appreciate any feedback. 
+Send an E-Mail (german or english) to claw  strophob  gmx  de or
+visit the project-homepage at http://sourceforge.net/projects/dacapo-audio
+where you can open a ticket (if you found a bug) or write a review or open open a discussion.
+Also, I'd welcome any translator, anybody who would create RPM- or DEB-Packages, 
+as well as Windows-Installer.

-The wiki uses [Markdown](/p/dacapo-player/wiki/markdown_syntax/) syntax.
+Introduction
+============
+First: 
+*What is dacapo?* It is a small, "lightweight" music
+Player, with a few special features.
+*What is dacapo not?* A system for managing music collections.
+It can't create playlists, will not do changes in the audio data
+nor organize any directories.
+*Why another player?* Because most players neither show the images properly
+nor prepare the metadata free configurable, nor display the songtext, etc., 
+and if they can, they will not run on my little VIA M800 because they can
+way too much and eat too much resources.

+I developed this Python package to play my digitized Music Collection (FLAC) 
+on my small, quiet (fanless) VIA EPIA M800, and I like the metadata ("tags", 
+ie information such as "Artist", "Title", "Album", etc.) and the cover 
+(also full screen) to display.
+The images (cover, back cover, band photos) are stored in my FLAC files. 
+Sense and nonsense about this one can argue, it fills forums. 
+In any case, for a full screen display has a reasonable quality of the images 
+to be added, otherwise it's no fun.
+And this does no tool which automatically fetches the images.
+How it comes then, that my buddy saw it, loved it, and so the
+Program has been expanded by some modules.
+In addition, my buddy uses Windows ...
+
+It's just a player, no management of the collection! This is done by
+excellent programs such as Quod Libet [2], or MP3Tag [3] in Windows.
+With these programs, the metadata can be maintained, as well as fine
+Playlists could be created, which are then processed by dacapo.
+With MP3Tag or easytag [4] you can easily put the images in the files. 
+For the ReplayGain analysis/storage I recommend RGain [5].
+
+To display the images and data pyGame is used because IMHO it is the
+thinnest and fastest performing option.
+To play the audio I use the GStreamer, because he plays pretty much
+everything, and has Replay Gain [1] and gapless support.
+Since GStreamer requires Gtk+ anyway, I've used this for the GUI, too.
+
+Features
+--------
+Thus, dacapo has now the following features:
+ - Replay Gain [1] is supported
+ - Gapless (gapless playback) is supported
+   (important during live music or transitions)
+ - All metadata can be displayed, which is stored in the
+   Audio files - freely configurable
+ - All images (what is stored in the audio files)
+   can be shown. e.g. as slideshow
+ - Lyrics can be displayed (as an additional image).
+ - Synchronized Lyrics can be displayed (like "karaoke")
+ - Command line and graphical call possible
+ - Runs on Linux and Windows
+ - Runs on "small" computers (800 MHz with 1 GB RAM)
+ - Is freely configurable
+ - Plays (currently) FLAC, Ogg-Vorbis, WMA and MP3 (other formats are in preparation)
+ - Multilingual (Translator welcome)
+
+
+Of course it stands and falls with the data. What is not stored in the audio 
+files can not be displayed.
+
+
+[1] http://replaygain.org
+[2] http://code.google.com/p/quodlibet
+[3] http://www.mp3tag.de/
+[4] http://easytag.sourceforge.net/
+[5] http://bitbucket.org/fk/rgain
+
+Requirements
+============
+ - Python 2.6 or 2.7 -- http://python.org/
+ - Gtk+ 2.24 -- http://www.gtk.org/
+ - PyGTK 2.24 -- http://www.pygtk.org/
+ - pyGame 1.9 -- http://www.pygame.org/
+ - Mutagen -- http://code.google.com/p/mutagen/
+ - GStreamer 0.10 -- http://gstreamer.org/
+ - PyGST 0.10 -- http://gstreamer.freedesktop.org/modules/gst-python.html
+
+Before installing: Python, GTK and PyGTK 2.24, GStreamer
+and PyGST 0.10 should be installed.
+Mutagen and pyGame should be installed automatically.
+
+
+Installation
+============
+Just install it like any other Python package: Unpack, then (as root/with
+**sudo**)
+
+ # python setup.py install
+
+After installation, the configuration file should be adapted.
+This should be located in the user directory:
+
+ # ~/.dacapo/dacapo.conf
+
+Linux example:
+  /home/claw/.dacapo/dacapo.conf
+
+Windows example:
+  C:\Dokumente und Einstellungen\Claw\.dacapo\dacapo.conf
+
+There should also be an dacapo.conf.sample.eng with the documentation
+of the config-file.
+
+Should something gone wrong during the installation,
+the directory could be copied manually from the package.
+Copy the contents of the package directory dacapo/data in the
+directory mentioned above.
+
+
+Program start
+=============
+
+The scripts dacapo and dacapoui should have been copied during installation
+in the directory */usr/local/bin* or on Windows in the python subdirectory *Scripts*.
+
+**dacapo**
+=============
+This is the command line part.
+Basic usage is simple:
+
+ $ dacapo AUDIOFILE1 AUDIOFILE2 ...
+ or
+ $ dacapo PLAYLIST 
+ or
+ $ dacapo /PATH/TO/MY/MUSIC/
+
+There are some options; see them by running
+
+ $ dacapo --help
+
+**dacapoui**
+=============
+Thre you go with the graphical part (Gtk+).
+Simple:
+
+ $ dacapoui
+
+**Function-Keys**
+=================
+
+The following keys have a function during operation:
+ - HOME = first song of the playlist
+ - END = Last song of the playlist
+ - SPACE = pause / start
+ - LEFT / RIGHT = + / -10 seconds
+ - Up / Down = next / previous song
+ - ESC / Q = Quit
+ - F = Full screen / window
+
+Copyright
+=========
+
+Copyright (c) 2013 Thomas Korell 
 [[members limit=20]]
 [[download_button]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Claw Strophob</dc:creator><pubDate>Sun, 13 Oct 2013 10:36:30 -0000</pubDate><guid>https://sourceforge.net2cb5af4d5da99251e51a2cc3174ada8807b5d4a4</guid></item><item><title>Discussion for Home page</title><link>https://sourceforge.net/p/dacapo-player/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;strong&gt;Q: Does gPlayer load images, lyrics etc. from the internet?&lt;/strong&gt;&lt;br /&gt;
A: No. If you want quality, you need to get it by yourself.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q: Where do I have to save the images?&lt;/strong&gt;&lt;br /&gt;
A: In the audiofile (FLAC, MP3)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q: Where do I have to save the lyrics?&lt;/strong&gt;&lt;br /&gt;
A: Unsynced lyrics: In the audiofile (FLAC, MP3). Use the "unycnedlyrics" or "lyrics" tag.&lt;br /&gt;
For syncronized lyrics you could save it in the audiofile, or in the same directory as the audiofile, or you specify a relativ directory in the config-file.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q: What is used for the comments?&lt;/strong&gt;&lt;br /&gt;
A: Since different programms using different tags ("comment", "comments"), all tags that have &lt;em&gt;comment&lt;/em&gt; in the name are displayed.&lt;br /&gt;
These tags are useful if i.e. the song features a guest-singer etc.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q: How to restore a playlist?&lt;/strong&gt;&lt;br /&gt;
A: In the config-directory (~/.gPlayer/) are stored two files: lastPlaylist.tmp and lastPlaylistNumber.tmp&lt;br /&gt;
lastPlaylist.tmp ist the last playlist you played (if you used the shuffle-mode, this list is shuffled).&lt;br /&gt;
lastPlaylistNumber.tmp only holds the number of the song from this list.&lt;br /&gt;
If you call the gPlayer with the "resume"-flag (-R or --resume), it starts on this position.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q: How has a snyced-lyric-file/lrc-file to look like?&lt;/strong&gt;&lt;br /&gt;
A: Timestamp and lyric-line. An example from wikipedia:&lt;br /&gt;
&lt;span&gt;[00:12.00]&lt;/span&gt;Line 1 lyrics&lt;br /&gt;
&lt;span&gt;[00:17.20]&lt;/span&gt;Line 2 lyrics&lt;br /&gt;
&lt;span&gt;[00:21.10]&lt;/span&gt;Line 3 lyrics&lt;br /&gt;
...&lt;br /&gt;
&lt;span&gt;[mm:ss.xx]&lt;/span&gt;last lyrics line&lt;/p&gt;
&lt;p&gt;ID Tags may appear before the lyrics:&lt;br /&gt;
&lt;span&gt;[ar:Lyrics artist]&lt;/span&gt;&lt;br /&gt;
&lt;span&gt;[al:Album where the song is from]&lt;/span&gt;&lt;br /&gt;
&lt;span&gt;[ti:Lyrics (song) title]&lt;/span&gt;&lt;br /&gt;
&lt;span&gt;[au:Creator of the Songtext]&lt;/span&gt;&lt;br /&gt;
&lt;span&gt;[length:How long the song is]&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Claw Strophob</dc:creator><pubDate>Sun, 04 Aug 2013 15:31:49 -0000</pubDate><guid>https://sourceforge.neta979941f44e64100fade5362edc8212f1d3b92aa</guid></item><item><title>Home modified by Claw Strophob</title><link>https://sourceforge.net/p/dacapo-player/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/dacapo-player/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/claw-strophob/"&gt;Claw Strophob&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-51fe63331be1ce1118b353e1" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Claw Strophob</dc:creator><pubDate>Sun, 04 Aug 2013 14:20:36 -0000</pubDate><guid>https://sourceforge.net2f12943e5a395442d8c58a710a64b5de3b5b7779</guid></item></channel></rss>