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 ```
35 lines
893 B
YAML
35 lines
893 B
YAML
Disabled: Service unavailable
|
|
AntiFeatures:
|
|
- NonFreeNet
|
|
Categories:
|
|
- Multimedia
|
|
License: GPL-3.0-or-later
|
|
WebSite: https://code.google.com/p/mp3tunes
|
|
SourceCode: https://code.google.com/p/mp3tunes/source
|
|
IssueTracker: http://androidmp3.uservoice.com
|
|
|
|
AutoName: MP3tunes
|
|
Summary: Listen to music from MP3tunes
|
|
Description: |-
|
|
MP3tunes.com is a music storage service, where users can upload their music
|
|
files and stream them from anywhere. This is the official Android client for
|
|
accessing the service.
|
|
|
|
AntiFeatures:NonFreeNet. The website isn't free software.
|
|
|
|
Status: There isn't any source code for more recent versions
|
|
|
|
RepoType: hg
|
|
Repo: https://mp3tunes.googlecode.com/hg
|
|
|
|
Builds:
|
|
- versionName: '3.7'
|
|
versionCode: 89
|
|
commit: ba4550305733
|
|
target: android-4
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: '3.7'
|
|
CurrentVersionCode: 89
|