This commit is contained in:
Andrew Z 2021-11-25 08:03:49 -05:00
parent b4a4aed7d5
commit b5bb980633
3 changed files with 174 additions and 3 deletions

View File

@ -1,3 +1,3 @@
{ {
"last_updated_timestamp": 1637838232 "last_updated_timestamp": 1637845427
} }

View File

@ -1,7 +1,7 @@
{ {
"apps": 1426, "apps": 1426,
"last_updated_timestamp": 1637838232, "last_updated_timestamp": 1637845427,
"last_updated": "2021-11-25 06:03", "last_updated": "2021-11-25 08:03",
"categories": [ "categories": [
{ {
"Cat": "Backup:", "Cat": "Backup:",

View File

@ -182235,6 +182235,177 @@
"LastUpdateScan": 1635912199, "LastUpdateScan": 1635912199,
"FirstSeen": 1615119130 "FirstSeen": 1615119130
}, },
{
"Name": "TinyMediaManager3",
"Repository": "romancin/tinymediamanager:latest",
"Registry": "https://hub.docker.com/r/coolasice1999/tmm",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Support": "https://github.com/hussainalhaddad/docker-templates",
"Project": "https://www.tinymediamanager.org/",
"Overview": "tinyMediaManager is a media management tool written in Java/Swing. It is written to provide metadata for the Kodi Media Center (formerly known as XBMC), MediaPortal and Plex media server. Due to the fact that it is written in Java, tinyMediaManager will run on Windows, Linux and macOS (and possible more OS).",
"WebUI": "http://[IP]:[PORT:5800]",
"TemplateURL": "https://raw.githubusercontent.com/hussainalhaddad/docker-templates/master/tinymediamanager/tinymediamanager.xml",
"Icon": "https://github.com/hussainalhaddad/docker-templates/raw/master/tinymediamanager/icon.png",
"PostArgs": "",
"CPUset": "",
"Networking": {
"Mode": "bridge"
},
"Config": [
{
"@attributes": {
"Name": "ConfigDir",
"Target": "/config",
"Default": "/mnt/user/appdata/tmm",
"Mode": "rw",
"Description": "Container Path: /config",
"Type": "Path",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/tmm"
},
{
"@attributes": {
"Name": "MediaDir",
"Target": "/media",
"Default": "",
"Mode": "rw",
"Description": "Container Path: /media",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "GROUP_ID",
"Target": "GROUP_ID",
"Default": "",
"Mode": "",
"Description": "Container Variable: GROUP_ID",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "USER_ID",
"Target": "USER_ID",
"Default": "",
"Mode": "",
"Description": "Container Variable: USER_ID",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "1000"
},
{
"@attributes": {
"Name": "Timezone",
"Target": "TZ",
"Default": "Asia/Bahrain",
"Mode": "",
"Description": "Full list:\r\n\r\nhttps://en.wikipedia.org/wiki/List_of_tz_database_time_zones",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "Asia/Bahrain"
},
{
"@attributes": {
"Name": "WebUI port",
"Target": "5800",
"Default": "5800",
"Mode": "tcp",
"Description": "Container Port: 5800",
"Type": "Port",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "5800"
},
{
"@attributes": {
"Name": "KEEP_APP_RUNNING",
"Target": "KEEP_APP_RUNNING",
"Default": "",
"Mode": "",
"Description": "Container Variable: KEEP_APP_RUNNING",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "false",
"Mask": "false"
},
"value": "1"
},
{
"@attributes": {
"Name": "DISPLAY_WIDTH",
"Target": "DISPLAY_WIDTH",
"Default": "1280",
"Mode": "",
"Description": "Container Variable: DISPLAY_WIDTH",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "1280"
},
{
"@attributes": {
"Name": "DISPLAY_HEIGHT\t",
"Target": "DISPLAY_HEIGHT\t",
"Default": "768",
"Mode": "",
"Description": "Container Variable: DISPLAY_HEIGHT\t",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "768"
}
],
"Repo": "hussainalhaddad's Repository",
"Date": "1637832879",
"templatePath": "/tmp/GitHub/AppFeed/templates/hussainalhaddadsRepository/tinymediamanager/tinymediamanager.xml",
"CategoryList": [
"MediaApp-Video",
"MediaApp-Other",
"MediaServer-Video",
"MediaServer-Other"
],
"downloads": 6323792,
"stars": 67,
"trending": 66.06,
"trends": [
66.06
],
"trendsDate": [
1637838232
],
"downloadtrend": [
2146304,
6323792
],
"LastUpdateScan": 1637838232,
"FirstSeen": 1593662911
},
{ {
"Name": "Universal-Media-Server", "Name": "Universal-Media-Server",
"Repository": "universalmediaserver/ums", "Repository": "universalmediaserver/ums",