Skip to content

Commit

Permalink
Updated version, changelog, JVA repo link, screenshot; removed scan w…
Browse files Browse the repository at this point in the history
…hitespace
  • Loading branch information
doublerebel committed Apr 17, 2011
1 parent f8eebe1 commit 57ade50
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
13 changes: 9 additions & 4 deletions CHANGES_s-xwax
@@ -1,11 +1,16 @@
v0.2
0.1b
-----------------------
* Updated for xwax v0.9-beta5
* Updated for xwax 0.9-beta6+
* 'Played tracks' crate (Yves Adler)
* Album art displayed in track browser
* Album art thumbnail script
* Corrected scan regex
* Playlist scanner installs automatically
* Added OpenSUSE font path

v0.1
0.1a
-----------------------
* based on xwax v0.9-beta4 (by Mark Hills)
* based on xwax 0.9-beta4 (by Mark Hills)
* based on xwaxed v0.1 (by Sighter/JVA)
* Vertical stacked waveforms
* Information overlay over waveforms
Expand Down
8 changes: 5 additions & 3 deletions README.markdown
Expand Up @@ -9,7 +9,7 @@ Built from [the latest xwax beta](http://www.xwax.co.uk/devel/xwax.git)

* Original source by Mark Hills

* Deck info UI by [Sighter/JVA](http://sighter.ath.cx/cgit/cgit.cgi/xwaxed/?h=played_tracks)
* Deck info UI by [Sighter/JVA](http://sighter.ath.cx/cgit/cgit.cgi/xwaxed/)

* Deck protection patch by [Yves Adler](https://github.com/yadler/xwax-yadler)

Expand All @@ -19,9 +19,11 @@ Built from [the latest xwax beta](http://www.xwax.co.uk/devel/xwax.git)

* XSPF and PLS playlist scanner by Charles Phillips

[Screenshot of s-xwax 0.1a](http://www.doublerebel.com/images/s-xwax0.1a.png)
**Screenshots:**

*Video tearing due to lack of vsync in SDL 1.2, upgrading to 1.3 is in the TODO*
* [Screenshot of s-xwax 0.1a](http://www.doublerebel.com/images/s-xwax0.1a.png) *Video tearing due to lack of vsync in SDL 1.2, upgrading to 1.3 is in the TODO*

* [Screenshot of s-xwax 0.1b](http://www.doublerebel.com/images/Screenshot_s-xwax-0.1b.png)

New album art feature reads **folder.jpg** from the folder containing
the audio file. The script **albumart** can be used to recursively
Expand Down
2 changes: 1 addition & 1 deletion scan
Expand Up @@ -58,7 +58,7 @@ s:/\([AB0-9]\+.\?[ _]\+\)\?\([^/]*\)\.[A-Z0-9]*$:\0\t\t\2:pi
'
else
if [ $EXT = "pls" ]; then
#skip the first two lines
#skip the first two lines
#treat the entire file as a single record
#remove all unneeded .PLS lines
#put Title on the same line as Filename with tab separation
Expand Down
2 changes: 1 addition & 1 deletion xwax.c
Expand Up @@ -51,7 +51,7 @@
#define DEFAULT_SCANNER EXECDIR "/xwax-scan"
#define DEFAULT_TIMECODE "serato_2a"

char *banner = "xwax " VERSION \
char *banner = "s-xwax " VERSION \
" (C) Copyright 2011 Charles Phillips <charles@doublerebel.com, Mark Hills <mark@pogo.org.uk>";

static void usage(FILE *fd)
Expand Down

0 comments on commit 57ade50

Please sign in to comment.