Initial add of defaria.com
[clearscm.git] / defaria.com / bluegrass / news.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
2    "http://www.w3.org/TR/html4/strict.dtd">
3 <html>
4 <head>
5   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6   <meta name="GENERATOR" content="Mozilla/4.61 [en] (Win98; U) [Netscape]">
7   <title>Songbook</title>
8   <link rel="stylesheet" type="text/css" media="screen" href="/css/Plain.css">
9   <link rel="stylesheet" type="text/css" media="print" href="/css/Print.css">
10   <link rel="SHORTCUT ICON" href="http://defaria.com/favicon.ico" type="image/png">
11 </head>
12
13 <body>
14
15 <img src="/Icons/news.png">
16
17 <div class="heading">
18   <h1 class="centered">Songbook News</h1>
19 </div>
20
21 <div id="content">
22
23 <h2>Recent Changes</h2>
24
25 <p>I've made some more changes:</p>
26
27 <ul>
28
29 <li>Removed the list of songs from the front page. There were getting to be just
30 too many songs listed to be helpful. Instead I now have a drop down list of 
31 artists and songs as well as a search box. Select an artist or a song and then
32 select go to go to an artist page or a song page. Or search for a term. The search
33 will search for a word or phrase in the title, artist or in the song itself. The
34 search is not that bright but works fairly well.</li>
35
36 <li>There's a new artist's page which shows you all of the artists songs in one
37 page. Many artists have only one or a few songs. Some artists have quite a few
38 songs.</li>
39
40 <li>The song pages now are on auto play. If they have music assoicated with them
41 then their music will start playing automatically.</li>
42 </ul>
43
44 <h2>Past Changes</h2>
45
46 <ul>
47   <li>Changed the home icon to something much bigger. Clicking on this gets you
48   back to the <a href="/songbook">Songbook home page</a>.</li>
49   
50   <li>Now if the song has an associated .mp3 file in the Media folder that
51   <b>exactly</b> matches the song's title then a little HTML5 MP3 player will 
52   appear. You can play the song while you read the words and follow the 
53   chords! <b>Note:</b> You can right click and save the song's mp3 file to
54   your computer. If the song does not have a corresponding .mp3 file then
55   no .mp3 player is displayed. For example, <a href="http://defaria.com/songbook/webchord.cgi?chordpro=/web/songbook/Songs/Amie.pro">Amie</a>.</li>
56   
57   <li>Again, if the song has a corresponding .mp3 file I now re-write the .pro
58   file to include {musicpath:/sdcard/SongBook/Medai/&lt<i>title</i>&gt;.mp3}. 
59   This string "links" the ChordPro file with music such that (in SongBook, the
60   app I use on my Android Tablet) you can play the song's mp3 file on your 
61   tablet! I'm not sure if OnSong (the iPad equivalent of SongBook) does the same
62   thing. If you sign up for sharing my songbook via DropBox (<a href="mailto:adefaria@gmail.com?subject=Please share your SongBook with me">send me email</a> if
63   you want an invite) you should be all set.</li>
64 </ul>
65
66 <p><b>Note:</b> Currently my code is very picky. The file name for the .pro file
67 and the .mp3 file must match <b>exactly</b> - is case sensitive, etc. If you 
68 have access to my songbook in DropBox and wish to add a .pro file and it's 
69 corresponding .mp3 file then be sure to match the names up correctly and put the
70 .mp3 file in the Media folder.</p>
71
72 <h2>Future Changes</h2>
73
74 <p>Here are some of the things I'm thinking of implementing:</p>
75
76 <ul>
77   <li><strike>I'm thinking of re-vamping the main page. Instead of listing all the 
78   songs, which are getting to be a bit much, I would like to possibly make a 
79   little search facility that would scan the .pro files for text matching in the
80   song titles and lyrics themselves.</strike></li>
81
82   <li>Another change I'm thinking of making is making it so that when you hover 
83   over a chord a little popup happens that shows the chord's fingering. Sorta 
84   like it's done over on tabs-ulitimate-guitar.com (For example: 
85   <a href="http://tabs.ultimate-guitar.com/s/steve_miller/serenade_crd.htm">here</a>).
86   Anybody know how to do that?</li>
87   
88   <li>Maybe a simple editor so people can edit songs directly.</li>
89   
90   <li>Maybe interfacing with Dropbox to display information about the last 
91   person to update the songfile...</li>
92 </ul> 
93
94 </div>
95
96 </body>
97 </html>