mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 22:27:27 +00:00
New app: PlainUPnP
This commit is contained in:
parent
38e618ccb2
commit
3240cde226
2 changed files with 37 additions and 0 deletions
36
metadata/com.m3sv.plainupnp.yml
Normal file
36
metadata/com.m3sv.plainupnp.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
SourceCode: https://github.com/m3sv/PlainUPnP
|
||||
IssueTracker: https://github.com/m3sv/PlainUPnP/issues
|
||||
|
||||
Description: |
|
||||
PlainUPnP - intially DroidUPnP - is an UPnP control point application for android.
|
||||
|
||||
PlainUPnP allows you to stream videos, music and photos. Browse UPnP media sources and stream media content to a selected UPnP device or play locally.
|
||||
|
||||
Compatible with UPnP/DLNA/Smart TV.
|
||||
|
||||
Features:
|
||||
* Simple and easy to use interface
|
||||
* UPnP content streaming
|
||||
* Dark/Light themes
|
||||
* Launching UPnP content locally
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/m3sv/PlainUPnP.git
|
||||
|
||||
Builds:
|
||||
- versionName: 2.6.2
|
||||
versionCode: 62
|
||||
commit: 2.6.2
|
||||
subdir: app/
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/m3sv/PlainUPnP/master/buildSrc/src/main/kotlin/dependencies.kt|versionCode
|
||||
= (\d+)|.|versionName = "([\d\.]+)"
|
||||
CurrentVersion: 2.6.2
|
||||
CurrentVersionCode: 62
|
||||
1
metadata/com.m3sv.plainupnp/en-US/summary.txt
Normal file
1
metadata/com.m3sv.plainupnp/en-US/summary.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
UPnP control point application
|
||||
Loading…
Reference in a new issue