6dc775b236
```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
39 lines
1.1 KiB
YAML
39 lines
1.1 KiB
YAML
Categories:
|
|
- Multimedia
|
|
License: GPL-2.0-only
|
|
WebSite: https://sourceforge.net/projects/midisheetmusic
|
|
SourceCode: https://sourceforge.net/p/midisheetmusic/source
|
|
IssueTracker: https://sourceforge.net/p/midisheetmusic/bugs
|
|
|
|
AutoName: MidiSheetMusic
|
|
Summary: Graphical midi file player
|
|
Description: |-
|
|
MidiSheetMusic plays midi music files and highlights the notes as they play. It
|
|
comes with over 50 classical piano songs, from popular composers such as
|
|
Beethoven, Mozart, and Chopin. Start learning your favourite songs on the piano
|
|
today. It's also available on the desktop platforms.
|
|
|
|
Features include:
|
|
|
|
* Adjusting the speed of the music
|
|
* Playing only the left-hand or right-hand staff
|
|
* Playing a subset of measures continuously in a loop
|
|
* Transposing the notes up or down
|
|
* Changing the instruments used for each MIDI track
|
|
|
|
RepoType: git
|
|
Repo: https://git.code.sf.net/p/midisheetmusic/source
|
|
|
|
Builds:
|
|
- versionName: 2.5.1
|
|
versionCode: 8
|
|
commit: 6d9e80ad1f6182
|
|
subdir: android
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 2.5.1
|
|
CurrentVersionCode: 8
|
|
|
|
NoSourceSince: '2.6'
|