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 ```
32 lines
978 B
YAML
32 lines
978 B
YAML
Categories:
|
|
- Multimedia
|
|
License: WTFPL
|
|
WebSite: https://nolanlawson.com/apps/#chordreader
|
|
SourceCode: https://github.com/nolanlawson/ChordReaderRoot
|
|
IssueTracker: https://github.com/nolanlawson/ChordReaderRoot/issues
|
|
|
|
AutoName: Chord Reader
|
|
Summary: Chords for guitar players
|
|
Description: |-
|
|
ChordReader is an app that fetches chord charts and tabulatures for your
|
|
favorite songs from the Internet, saves them, and displays them in an
|
|
easy-to-read format with the chords highlighted. The identified chords can also
|
|
be transposed up or down, or you can add a capo. It's good for changing the key
|
|
of a song to fit your vocal range.
|
|
|
|
Doesn't work on tablets running android 4+ , but works for phones
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/nolanlawson/ChordReaderRoot.git
|
|
|
|
Builds:
|
|
- versionName: 1.0.1
|
|
versionCode: 8
|
|
commit: v1.0.1
|
|
subdir: ChordReader
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.0.1
|
|
CurrentVersionCode: 8
|