This commit is contained in:
Andrew Z 2022-01-31 14:07:55 -05:00
parent 590a83a84e
commit b089571c8d
7 changed files with 327 additions and 23 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1643648654
"last_updated_timestamp": 1643656073
}

View File

@ -27716,6 +27716,150 @@
"LastUpdateScan": 1642719863,
"FirstSeen": 1472270400
},
{
"Name": "plex-meta-manager",
"Repository": "lscr.io/linuxserver/plex-meta-manager",
"Registry": "https://github.com/orgs/linuxserver/packages/container/package/plex-meta-manager",
"DonateText": "Donations",
"DonateLink": "https://www.linuxserver.io/donate",
"DonateImg": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png",
"Network": "bridge",
"Privileged": "false",
"Support": "https://github.com/linuxserver/docker-plex-meta-manager/issues/new/choose",
"Shell": "bash",
"GitHub": "https://github.com/linuxserver/docker-plex-meta-manager#application-setup",
"ReadMe": "https://github.com/linuxserver/docker-plex-meta-manager#readme",
"Project": "https://github.com/meisnate12/Plex-Meta-Manager",
"Overview": "Plex-meta-manager(https://github.com/meisnate12/Plex-Meta-Manager) is a Python 3 script that can be continuously run using YAML configuration files to update on a schedule the metadata of the movies, shows, and collections in your libraries as well as automatically build collections based on various methods all detailed in the wiki.",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/master/unraid/plex-meta-manager.xml",
"Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png",
"Config": [
{
"@attributes": {
"Name": "Appdata",
"Target": "/config",
"Default": "",
"Mode": "rw",
"Description": "Local path for plex-meta-manager config files.",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PMM_CONFIG",
"Target": "PMM_CONFIG",
"Default": "/config/config.yml",
"Description": "Specify a custom config file to use.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PMM_TIME",
"Target": "PMM_TIME",
"Default": "03:00",
"Description": "Comma-separated list of times to update each day. Format: `HH:MM`.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PMM_RUN",
"Target": "PMM_RUN",
"Default": "False",
"Description": "Set to `True` to run without the scheduler.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PMM_TEST",
"Target": "PMM_TEST",
"Default": "False",
"Description": "Set to `True` to run in debug mode with only collections that have `test: true`.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PMM_NO_MISSING",
"Target": "PMM_NO_MISSING",
"Default": "False",
"Description": "Set to `True` to run without any of the missing movie/show functions.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Description": "Container Variable: PUID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Description": "Container Variable: PGID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "022",
"Description": "Container Variable: UMASK",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "linuxserver's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/plex-meta-manager.xml",
"LastUpdateScan": 1643656073,
"FirstSeen": 1643656073
},
{
"Name": "projectsend",
"Repository": "lscr.io/linuxserver/projectsend",

View File

@ -1,7 +1,7 @@
{
"apps": 1565,
"last_updated_timestamp": 1643648654,
"last_updated": "2022-01-31 12:04",
"apps": 1566,
"last_updated_timestamp": 1643656073,
"last_updated": "2022-01-31 14:07",
"categories": [
{
"Cat": "Backup:",
@ -27878,6 +27878,150 @@
"LastUpdateScan": 1642719863,
"FirstSeen": 1472270400
},
{
"Name": "plex-meta-manager",
"Repository": "lscr.io/linuxserver/plex-meta-manager",
"Registry": "https://github.com/orgs/linuxserver/packages/container/package/plex-meta-manager",
"DonateText": "Donations",
"DonateLink": "https://www.linuxserver.io/donate",
"DonateImg": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png",
"Network": "bridge",
"Privileged": "false",
"Support": "https://github.com/linuxserver/docker-plex-meta-manager/issues/new/choose",
"Shell": "bash",
"GitHub": "https://github.com/linuxserver/docker-plex-meta-manager#application-setup",
"ReadMe": "https://github.com/linuxserver/docker-plex-meta-manager#readme",
"Project": "https://github.com/meisnate12/Plex-Meta-Manager",
"Overview": "Plex-meta-manager(https://github.com/meisnate12/Plex-Meta-Manager) is a Python 3 script that can be continuously run using YAML configuration files to update on a schedule the metadata of the movies, shows, and collections in your libraries as well as automatically build collections based on various methods all detailed in the wiki.",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/linuxserver/templates/master/unraid/plex-meta-manager.xml",
"Icon": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/linuxserver-ls-logo.png",
"Config": [
{
"@attributes": {
"Name": "Appdata",
"Target": "/config",
"Default": "",
"Mode": "rw",
"Description": "Local path for plex-meta-manager config files.",
"Type": "Path",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PMM_CONFIG",
"Target": "PMM_CONFIG",
"Default": "/config/config.yml",
"Description": "Specify a custom config file to use.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PMM_TIME",
"Target": "PMM_TIME",
"Default": "03:00",
"Description": "Comma-separated list of times to update each day. Format: `HH:MM`.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PMM_RUN",
"Target": "PMM_RUN",
"Default": "False",
"Description": "Set to `True` to run without the scheduler.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PMM_TEST",
"Target": "PMM_TEST",
"Default": "False",
"Description": "Set to `True` to run in debug mode with only collections that have `test: true`.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PMM_NO_MISSING",
"Target": "PMM_NO_MISSING",
"Default": "False",
"Description": "Set to `True` to run without any of the missing movie/show functions.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PUID",
"Target": "PUID",
"Default": "99",
"Description": "Container Variable: PUID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "PGID",
"Target": "PGID",
"Default": "100",
"Description": "Container Variable: PGID",
"Type": "Variable",
"Display": "advanced",
"Required": "true",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "022",
"Description": "Container Variable: UMASK",
"Type": "Variable",
"Display": "advanced",
"Required": "false",
"Mask": "false"
},
"value": ""
}
],
"Repo": "linuxserver's Repository",
"ChangeLogPresent": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/linuxserversRepository/unraid/plex-meta-manager.xml",
"LastUpdateScan": 1643656073,
"FirstSeen": 1643656073
},
{
"Name": "projectsend",
"Repository": "lscr.io/linuxserver/projectsend",

View File

@ -2033,5 +2033,6 @@
"lscr.io/linuxserver/doplarr": 1643583793,
"ghcr.io/guydavis/machinaris-flax-harvester": 1643590999,
"ironsmile/euterpe": 1643634203,
"patrickstigler/quiz-game": 1643641424
"patrickstigler/quiz-game": 1643641424,
"lscr.io/linuxserver/plex-meta-manager": 1643656073
}

View File

@ -98842,8 +98842,8 @@
"MediaApp-Photos",
"Productivity"
],
"downloads": 45309,
"trending": 9.336,
"downloads": 49665,
"trending": 8.771,
"trends": [
22.921,
21.101,
@ -98853,7 +98853,8 @@
12.979,
11.642,
10.38,
9.336
9.336,
8.771
],
"trendsDate": [
1620259366,
@ -98864,7 +98865,8 @@
1633255408,
1635854605,
1638450213,
1641049419
1641049419,
1643648652
],
"downloadtrend": [
10583,
@ -98876,11 +98878,12 @@
32529,
36815,
41079,
45309
45309,
49665
],
"LastUpdateScan": 1641049419,
"LastUpdateScan": 1643648652,
"FirstSeen": 1604668115,
"topTrending": -13.584999999999999
"topTrending": -14.149999999999999
},
{
"Name": "OnlineCheckYourServer",
@ -131030,7 +131033,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/81786-support-alturismo-repos/",
"Project": "https://github.com/alturismo/guide2go",
"Overview": "a xml grabber from schedule direct service\r\n\r\nafter docker start check your config folder and do your setups, setup is persistent, start from scratch by delete them\r\n\r\ncron options are updated on docker restart.\r\ncronjob changes doesnt require a restart.\r\n\r\nsetup guide2go SD subscrition as follows or copy your existing .json files into your mounted /guide2go folder \r\ndocker exec -it <dockername> guide2go -configure /guide2go/<your_epg_name>.json\r\n\r\nto test the cronjob functions \r\ndocker exec -it <dockername> ./config/cronjob.sh",
"Overview": "a xml grabber from schedule direct service\r\n\r\nafter docker start check your config folder and do your setups, setup is persistent, start from scratch by delete them\r\n\r\ncron options are updated on docker restart.\r\ncronjob changes doesnt require a restart.\r\n\r\nsetup guide2go SD subscrition as follows or copy your existing .yaml files into your mounted /guide2go folder \r\ndocker exec -it <dockername> guide2go -configure /guide2go/<your_epg_name>.yaml\r\n\r\nto test the cronjob functions \r\ndocker exec -it <dockername> ./config/cronjob.sh",
"WebUI": "",
"TemplateURL": "https://raw.githubusercontent.com/alturismo/unraid_templates/master/my-guide2go.xml",
"Icon": "https://raw.githubusercontent.com/alturismo/guide2go/master/g2g.png",
@ -131601,7 +131604,6 @@
}
],
"Repo": "alturismo's Repository",
"Beta": "true",
"templatePath": "/tmp/GitHub/AppFeed/templates/alturismosRepository/my-xteve.xml",
"CategoryList": [
"MediaApp-Other",
@ -131669,7 +131671,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/81786-support-alturismo-repos/",
"Project": "https://github.com/alturismo/xteve_g2g_owi/",
"Overview": "xteve, guide2go, owi2plex in one docker with cron\r\n\r\naccess xteve webui ip:34400/web/\r\n\r\nafter docker start check your config folder and do your setups, setup is persistent, start from scratch by delete them\r\n\r\ncron and xteve start options are updated on docker restart.\r\n\r\nsetup guide2go SD subscrition as follows or copy your existing .json files into your mounted /guide2go folder \r\ndocker exec -it \"dockername\" guide2go -configure /guide2go/\"your_epg_name\".json\r\n\r\nto test the cronjob functions \r\ndocker exec -it \"dockername\" ./config/cronjob.sh\r\n\r\nincluded functions are (all can be individual turned on / off)\r\n\r\nxteve - iptv and epg proxy server for plex, emby, etc ... thanks to @marmei \r\nguide2go - xmltv epg grabber for schedules direct, thanks to @marmei \r\nowi2plex - xmltv epg grabber for enigma receivers using open web, thanks to @cvarelaruiz \r\nsome small script lines cause i personally use tvheadend and get playlist for xteve and cp xml data to tvheadend",
"Overview": "xteve, guide2go, owi2plex in one docker with cron\r\n\r\naccess xteve webui ip:34400/web/\r\n\r\nafter docker start check your config folder and do your setups, setup is persistent, start from scratch by delete them\r\n\r\ncron and xteve start options are updated on docker restart.\r\n\r\nsetup guide2go SD subscrition as follows or copy your existing .yaml files into your mounted /guide2go folder \r\ndocker exec -it \"dockername\" guide2go -configure /guide2go/\"your_epg_name\".yaml\r\n\r\nto test the cronjob functions \r\ndocker exec -it \"dockername\" ./config/cronjob.sh\r\n\r\nincluded functions are (all can be individual turned on / off)\r\n\r\nxteve - iptv and epg proxy server for plex, emby, etc ... thanks to @marmei \r\nguide2go - xmltv epg grabber for schedules direct, thanks to @marmei \r\nowi2plex - xmltv epg grabber for enigma receivers using open web, thanks to @cvarelaruiz \r\nsome small script lines cause i personally use tvheadend and get playlist for xteve and cp xml data to tvheadend",
"WebUI": "http://[IP]:[PORT:34400]/web/",
"TemplateURL": "https://raw.githubusercontent.com/alturismo/unraid_templates/master/my-xteve_g2g_owi.xml",
"Icon": "https://avatars0.githubusercontent.com/u/53275662?s=460&v=4",
@ -131832,7 +131834,7 @@
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/81786-support-alturismo-repos/",
"Project": "https://github.com/alturismo/xteve_guide2go",
"Overview": "xteve, guide2go in one docker with cron\r\n\r\nsetup guide2go SD subscrition as follows or copy your existing .json files into your mounted /guide2go folder \r\ndocker exec -it \"dockername\" guide2go -configure /guide2go/\"your_epg_name\".json\r\n\r\nto test the cronjob functions \r\ndocker exec -it <dockername> ./config/cronjob.sh\r\n\r\nincluded functions are (all can be individual turned on / off)\r\n\r\nxteve - iptv and epg proxy server for plex, emby, etc ... thanks to @marmei \r\nwebsite: http://xteve.de \r\nDiscord: https://discordapp.com/channels/465222357754314767/465222357754314773\r\n\r\nguide2go - xmltv epg grabber for schedules direct, thanks to @marmei \r\ngithub: https://github.com/mar-mei/guide2go \r\nSchedules Direct web: http://www.schedulesdirect.org/\r\n\r\nsome small script lines cause i personally use tvheadend and get playlist for xteve and cp xml data to tvheadend",
"Overview": "xteve, guide2go in one docker with cron\r\n\r\nsetup guide2go SD subscrition as follows or copy your existing .json files into your mounted /guide2go folder \r\ndocker exec -it \"dockername\" guide2go -configure /guide2go/\"your_epg_name\".yaml\r\n\r\nto test the cronjob functions \r\ndocker exec -it <dockername> ./config/cronjob.sh\r\n\r\nincluded functions are (all can be individual turned on / off)\r\n\r\nxteve - iptv and epg proxy server for plex, emby, etc ... thanks to @marmei \r\nwebsite: http://xteve.de \r\nDiscord: https://discordapp.com/channels/465222357754314767/465222357754314773\r\n\r\nguide2go - xmltv epg grabber for schedules direct, thanks to @marmei \r\ngithub: https://github.com/mar-mei/guide2go \r\nSchedules Direct web: http://www.schedulesdirect.org/\r\n\r\nsome small script lines cause i personally use tvheadend and get playlist for xteve and cp xml data to tvheadend",
"WebUI": "http://[IP]:[PORT:34400]/web/",
"TemplateURL": "https://raw.githubusercontent.com/alturismo/unraid_templates/master/my-xteve_guide2go.xml",
"Icon": "https://avatars0.githubusercontent.com/u/53275662?s=460&v=4",
@ -131914,7 +131916,6 @@
}
],
"Repo": "alturismo's Repository",
"Beta": "true",
"templatePath": "/tmp/GitHub/AppFeed/templates/alturismosRepository/my-xteve_guide2go.xml",
"CategoryList": [
"Downloaders",
@ -138165,7 +138166,7 @@
"Productivity",
"Tools-Utilities"
],
"LastUpdateScan": 1641049419,
"LastUpdateScan": 1643648653,
"FirstSeen": 1612465837
},
{
@ -178278,8 +178279,8 @@
"CategoryList": [
"Other"
],
"downloads": 3101,
"LastUpdateScan": 1641049420,
"downloads": 3233,
"LastUpdateScan": 1643648653,
"FirstSeen": 1628056996
},
{
@ -202169,8 +202170,8 @@
"Network-Other",
"Crypto"
],
"downloads": 48,
"LastUpdateScan": 1641049420,
"downloads": 83,
"LastUpdateScan": 1643648653,
"FirstSeen": 1630663411
},
{

View File

@ -62349,5 +62349,15 @@
"trends": null,
"downloadtrend": null,
"trendsDate": null
},
"lscr.io/linuxserver/plex-meta-manager": {
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1643656073,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null
}
}

View File

@ -1,5 +1,5 @@
{
"caFixed": 254,
"caFixed": 256,
"fixedTemplates": {
"smdion's Repository": {
"smdion/docker-h5ai": [
@ -143,6 +143,10 @@
"lscr.io/linuxserver/pixapop": [
"No category entry present"
],
"lscr.io/linuxserver/plex-meta-manager": [
"Invalid WebUI Entry (blank [PORT]). Removed WebUI",
"No category entry present"
],
"lscr.io/linuxserver/pyload-ng": [
"No category entry present"
],