fdroiddata/metadata/com.corner23.android.beautyclocklivewallpaper.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

35 lines
1.1 KiB
YAML

Categories:
- Theming
License: MIT
SourceCode: https://github.com/shakalaca/BeautyClockLiveWallpaper
IssueTracker: https://github.com/shakalaca/BeautyClockLiveWallpaper/issues
AutoName: Beauty Clock
Summary: Pictures of people with the time
Description: |-
Bijin Tokei is a genre of wallpaper that is popular in East Asia. Every minute
the wallpaper changes to a picture of a pretty girl holding an object that
displays the time.
This app will download the pictures for every minute from your chosen site
without caching them ''but'' it will check if images already exist in
'''sdcard/BeautyClock/pic/site/''' and the scheme is always aabb.jpg where aa is
the hour and bb is the minute. In this way, you can have the app display any
images that you want.
RepoType: git
Repo: https://github.com/shakalaca/BeautyClockLiveWallpaper.git
Builds:
- versionName: '2.5'
versionCode: 12
commit: 8abb9d220c78
target: android-14
MaintainerNotes: Not published anywhere seemingly
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '2.5'
CurrentVersionCode: 12