09/14/2012, 08:59 AM
|
#1 (permalink) |
|
Homebrew Developer
![]() |
![]() Description: MySongBook is an Enyo-App to display Songs in OpenLyrics XML Standard from the internal storage of your device. It displays Lyrics and Chords by a given verseorder. Scrollbutton scroll to the next element. You can create songs from scratch, edit existing ones and also create your own custom songlists. Caution: In v.0.3.0 the Preference Backend has changed. All custom Lists from previous versions will be gone with this update. Also reset your Preferences! Features:
Online Documentation An example Package of song can be found here. Unzip it and copy .xml files in /songs to /media/internal/MySongBook. This app is optimized for the TP but should work on all Enyo-enabled Phones as well. License This application is licensed under the MIT license. The sourcecode can be found on github. Package Available in webosnation Homebrew Feed. Changelog Vers. 0.3.2:
More Images
__________________
Touchpad 32GB and Veer | my app MySongBook | my Dark Glass Theme | apps involved in: OrganizeMe!, ReadOnTouch Last edited by michote; 11/17/2012 at 09:24 AM. Reason: Changelog |
09/16/2012, 05:42 AM
|
#5 (permalink) | |
|
Homebrew Developer
![]() |
Quote:
By the way the app should work on the pre3 as well. But I don't know if it's usefull on a smaller screen.
__________________
Touchpad 32GB and Veer | my app MySongBook | my Dark Glass Theme | apps involved in: OrganizeMe!, ReadOnTouch |
|
09/16/2012, 05:56 AM
|
#7 (permalink) |
|
Homebrew Developer
![]() |
Thought about that, yet. And would really like to have this feature in a further release. But it will take me some time to get this working. But it's on my list.
__________________
Touchpad 32GB and Veer | my app MySongBook | my Dark Glass Theme | apps involved in: OrganizeMe!, ReadOnTouch |
09/18/2012, 02:51 AM
|
#9 (permalink) |
|
Homebrew Developer
![]() |
Sorry, but OpenLyrics don't support notation. And displaying notation with JS/HTML/CSS seems way to complex for me...
__________________
Touchpad 32GB and Veer | my app MySongBook | my Dark Glass Theme | apps involved in: OrganizeMe!, ReadOnTouch |
09/18/2012, 02:58 AM
|
#10 (permalink) | |
|
Member
![]()
Posts: 146
|
Quote:
And just one thing, would be nice if one could write and compose our own material. Thanks for your replies. |
|
09/18/2012, 03:33 AM
|
#11 (permalink) | |
|
Homebrew Developer
![]() |
Quote:
You have to create/edit them yourself. it's plain xml an can be edited in every Texteditor. In the examplepackage is a detailed documentation. If you prefer editors: exposong and openlp.org can import, edit and export openlyrics. But both don't support chords at the moment. opensong has a chord editor, but i didn't tested it, yet. But there's a python converter from opensong2openlyrics0.7 which basicly works (you need to convert it to 0.8 after that). for further question pleas take a lokk on the openlyric-GoogleGroup. I'm only a hobby-programmer and writing real converter is a bit beyond my reach.
__________________
Touchpad 32GB and Veer | my app MySongBook | my Dark Glass Theme | apps involved in: OrganizeMe!, ReadOnTouch |
|
09/20/2012, 03:35 AM
|
#12 (permalink) |
|
Homebrew Developer
![]() |
I started working on a concept how to edit songs in the app.
Would it be a practical way to show and add chords in "[ ]" (see screenshot)? Or do we need something like a chordpicker and how should it look? There are about 350 supported chords. Putting the in one picker won't be practical. Editing is far from being ready or working. But I'd like to know what's your opinion on how it should work.
__________________
Touchpad 32GB and Veer | my app MySongBook | my Dark Glass Theme | apps involved in: OrganizeMe!, ReadOnTouch |
09/20/2012, 04:57 AM
|
#13 (permalink) |
|
Member
![]() |
Maybe a three stage stage picker. One allows selection of A to G, that populates one for that letter followed by the next option and that populates the third with the available options for the next sub-option if there is one.
C C C+ C4 C6 C7 C9 C1 Csus Cm Cdim C/B Cadd C# C9 C9 C9(11) C1 C1 C11 Csus Csus Csus2 Csus4 Csus9 Cm Cmaj Cmaj7 Cm Cm7 Cm11 Cadd Cadd2/B CaddD C(addD) Cadd9 C(add9) C# C# C#+ C#4 C#7 C#7(b5) C#sus C#sus4 C#maj C#maj7 C#dim C#m C#add9 C#(add9) C#m7 Last edited by johncc; 09/20/2012 at 05:33 AM. |
09/21/2012, 08:10 AM
|
#14 (permalink) | |
|
Homebrew Developer
![]() |
Quote:
. But maybe I'll add something like this later.
__________________
Touchpad 32GB and Veer | my app MySongBook | my Dark Glass Theme | apps involved in: OrganizeMe!, ReadOnTouch |
|
09/21/2012, 11:30 AM
|
#15 (permalink) |
|
Homebrew Developer
![]() |
Version 0.1.2 is in the feeds now.
Changelog:
The Editing Preview can be enabled in Preferences. It currently won't save or change anything yet, but this will change in future versions. Please keep your songdata backuped, if you enable this.
__________________
Touchpad 32GB and Veer | my app MySongBook | my Dark Glass Theme | apps involved in: OrganizeMe!, ReadOnTouch |
09/21/2012, 06:04 PM
|
#16 (permalink) |
|
Member
![]() |
The picker looks like an interesting project. I am thinking that it may possible to redefine the one selector 'on the fly' for deeper selections. I will have a look at it myself when I get time. The advantage of course is that you are guaranteed a valid official chord name.
|
09/24/2012, 10:45 AM
|
#17 (permalink) | |
|
Homebrew Developer
![]() |
Quote:
And by the way, there's a chordlist in the openlyrics example-package (chords.txt)
__________________
Touchpad 32GB and Veer | my app MySongBook | my Dark Glass Theme | apps involved in: OrganizeMe!, ReadOnTouch Last edited by michote; 09/24/2012 at 10:50 AM. |
|
10/01/2012, 11:57 PM
|
#18 (permalink) | |
|
Member
![]()
Posts: 146
|
Quote:
|
|
10/02/2012, 09:46 AM
|
#19 (permalink) | |
|
Homebrew Developer
![]() |
Quote:
__________________
Touchpad 32GB and Veer | my app MySongBook | my Dark Glass Theme | apps involved in: OrganizeMe!, ReadOnTouch |
|
10/03/2012, 05:15 PM
|
#20 (permalink) | |
|
Member
![]()
Posts: 146
|
Quote:
A side question: do you know how can one make a .xml file (a real one)? Is it programing on html? |
|
![]() |
|
| Tags |
| chords, lyrics, songbook |
| Thread Tools | |
| Display Modes | |
|
|



