fdroiddata/metadata/com.tunes.viewer.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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
```
2019-08-19 13:13:47 +02:00

42 lines
1.3 KiB
YAML

Categories:
- Science & Education
License: GPL-2.0-or-later
WebSite: http://tunesviewer.sourceforge.net
SourceCode: https://bitbucket.org/LBryan/tunesviewer-android
IssueTracker: https://sourceforge.net/p/tunesviewer/bugs/
AutoName: TunesViewer
Summary: University podcast access
Description: |-
A small, easy to use program to access iTunes-University media and podcasts
(iTunesU).
* Direct searching, browsing, and downloading
* Supports itunes-University login, to download students-and-staff-only media
* Reveals the standard rss-podcast-feed of the itunes-podcasts, for use in any podcast software
* Includes the option to set itself as default protocol handler, to go directly from the “loading itunes-U…” page to viewing with TunesViewer
* This will NOT let you connect to iTunes store accounts or buy anything
RepoType: hg
Repo: https://bitbucket.org/LBryan/tunesviewer-android
Builds:
- versionName: '1.1'
versionCode: 14
commit: '125'
- versionName: 1.2.1
versionCode: 16
commit: '134'
- versionName: 1.3.0
versionCode: 17
commit: v1.3.0
MaintainerNotes: Developer releases can be found at https://sourceforge.net/projects/tunesviewer/files/Android
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.3.0
CurrentVersionCode: 17