This commit is contained in:
Andrew Z 2022-11-09 04:04:10 -05:00
parent 5cb70396ad
commit 2386d3a152
8 changed files with 555 additions and 75 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1667977434
"last_updated_timestamp": 1667984648
}

View File

@ -95566,6 +95566,232 @@
"LastUpdate": 1667825142,
"FirstSeen": 1644505402
},
{
"Name": "LANCache-Prefill",
"Repository": "ich777/lancache-prefill",
"Registry": "https://github.com/ich777/lancache-prefill",
"Network": "br0",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/83786-support-ich777-application-dockers/",
"Project": "https://github.com/tpill90/steam-lancache-prefill",
"Overview": "This container will download and install BattleNetPrefill and/or SteamPrefill and run the prefill on a cron schedule.\r\n\r\n**Network:** It is recommended to run this container in the same network mode as the LANCache-DNS if used, by default it is set to br0 please change that if you have your LANCache server configured to work network wide on your LAN to the correct network type for your configuration.\r\n\r\n**DNS:** I would strongly recommend that you set the DNS manually to the LANCache-DNS if you haven't it configured to be network wide on your LAN, to do that turn on the advanced view (toggle switch in the top right corner) and at the extra parameters append: --dns=yourLANcacheSERVER (of course replace 'yourLANcacheSERVER' with the address of your LANCache-DNS).\r\n\r\n**Update Notice:** The container will check by default on each start/restart on new updates for BattleNetPrefill and/or SteamPrefill, this can be disabled if really wanted.",
"TemplateURL": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/LANCache-Prefill.xml",
"Icon": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/prefill.png",
"ExtraParams": "--restart=unless-stopped",
"DonateText": "If you like my work please ",
"DonateLink": "https://paypal.me/chips777",
"Requires": "LANCache Server",
"Config": [
{
"@attributes": {
"Name": "Data Path",
"Target": "/lancacheprefill",
"Default": "",
"Mode": "rw",
"Description": "Main data path",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/lancache-prefill"
},
{
"@attributes": {
"Name": "Enable BattleNetPrefill",
"Target": "ENABLE_BN",
"Default": "false|true",
"Mode": "",
"Description": "Set to 'true' or 'false' to enable or disable BattleNetPrefill",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "BattleNetPrefill Parameters",
"Target": "PREFILL_PARAMS_BN",
"Default": "",
"Mode": "",
"Description": "You can get a full list of parameters over here: https://github.com/tpill90/battlenet-lancache-prefill#detailed-command-usage",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "--products d3 s1 wow_classic "
},
{
"@attributes": {
"Name": "BattleNetPrefill Schedule",
"Target": "CRON_SCHED_BN",
"Default": "",
"Mode": "",
"Description": "Set your cron schedule for BattleNetPrefill if enabled (by default it is set to 05:00 - head over to https://crontab.guru/ to create your own if you want to customize it)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "0 5 * * *"
},
{
"@attributes": {
"Name": "Enable SteamPrefill",
"Target": "ENABLE_STEAM",
"Default": "true|false",
"Mode": "",
"Description": "Set to 'true' or 'false' to enable or disable SteamPrefill (please note that you have to configure SteamPrefill first - to get a tutorial on how to do that please open up the container console after the first start and follow the on screen instructions).",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "SteamPrefill Parameters",
"Target": "PREFILL_PARAMS_STEAM",
"Default": "",
"Mode": "",
"Description": "You can get a full list of parameters over here: https://tpill90.github.io/steam-lancache-prefill/Detailed-Command-Usage/ (if you want to only prefill your selected apps then leave this variable empty)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "--recent"
},
{
"@attributes": {
"Name": "SteamPrefill Schedule",
"Target": "CRON_SCHED_STEAM",
"Default": "",
"Mode": "",
"Description": "Set your cron schedule for SteamPrefill if enabled (by default it is set to 05:00 - head over to https://crontab.guru/ to create your own if you want to customize it)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "0 2 * * *"
},
{
"@attributes": {
"Name": "Check for Prefill updates",
"Target": "UPDATES",
"Default": "true|false",
"Mode": "",
"Description": "Set to 'true' to enable to check for updates from BattleNetPrefill/SteamPrefill on container start/restart or disable it by setting it to 'false'.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "Force update",
"Target": "FORCE_UPDATE",
"Default": "false|true",
"Mode": "",
"Description": "Set to 'true' to force a Prefill on every container start/restart (please be carefull with this option and enable only when you know what you are doing!)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Log cleanup",
"Target": "LOGCLEANUP",
"Default": "true|false",
"Mode": "",
"Description": "Set to 'true' to clean up the .../logs directory on each start/restart from the container.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "UID",
"Target": "UID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "GID",
"Target": "GID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "DATA_PERM",
"Target": "DATA_PERM",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "770"
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "000"
}
],
"Repo": "ich777's Repository",
"CAComment": "This template is set up to use a custom network. You may have to adjust the network or IP address etc to match your system",
"templatePath": "/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/LANCache-Prefill.xml",
"CategoryList": [
"Downloaders",
"Other"
],
"downloads": 14,
"LastUpdate": 1667979108,
"LastUpdateScan": 1667984647,
"FirstSeen": 1667984647
},
{
"Name": "LastOasis",
"Repository": "ich777/steamcmd:lastoasis",
@ -125147,7 +125373,7 @@
"CategoryList": [
"Productivity"
],
"LastUpdateScan": 1665389021,
"LastUpdateScan": 1667984647,
"FirstSeen": 1647194589
},
{
@ -158888,25 +159114,29 @@
"Downloaders",
"MediaApp-Music"
],
"downloads": 32057,
"downloads": 43197,
"stars": 4,
"trending": 23.174,
"LastUpdate": 1667869522,
"trending": 25.789,
"trends": [
26.9,
23.174
23.174,
25.789
],
"trendsDate": [
1662793531,
1665389021
1665389021,
1667984648
],
"downloadtrend": [
18003,
24628,
32057
32057,
43197
],
"LastUpdateScan": 1665389021,
"LastUpdate": 1664986222,
"FirstSeen": 1654999405
"LastUpdateScan": 1667984648,
"FirstSeen": 1654999405,
"topTrending": -1.110999999999997
},
{
"Name": "MusicBrainz-Picard",
@ -223479,7 +223709,6 @@
],
"downloads": 937266,
"stars": 15,
"LastUpdate": 1667692681,
"trending": 0.358,
"trends": [
0.114,
@ -223509,6 +223738,7 @@
937266
],
"LastUpdateScan": 1667977434,
"LastUpdate": 1667692681,
"FirstSeen": 1639393416,
"topTrending": 0.244,
"topPerforming": 0.358
@ -229811,7 +230041,6 @@
],
"downloads": 4151859,
"stars": 106,
"LastUpdate": 1667910017,
"trending": 1.315,
"trends": [
0.319,
@ -229841,6 +230070,7 @@
4151859
],
"LastUpdateScan": 1667977434,
"LastUpdate": 1667910017,
"FirstSeen": 1639393417,
"topTrending": 0.996,
"topPerforming": 1.315
@ -242844,10 +243074,10 @@
"MediaServer-Music",
"MediaServer-Photos"
],
"downloads": 2050,
"downloads": 2581,
"stars": 7,
"LastUpdateScan": 1665389021,
"LastUpdate": 1664461246,
"LastUpdate": 1666901349,
"LastUpdateScan": 1667984648,
"FirstSeen": 1649798215
},
{

View File

@ -1,7 +1,7 @@
{
"apps": 1873,
"last_updated_timestamp": 1667977434,
"last_updated": "2022-11-09 02:03",
"apps": 1874,
"last_updated_timestamp": 1667984648,
"last_updated": "2022-11-09 04:04",
"categories": [
{
"Cat": "Backup:",
@ -95728,6 +95728,232 @@
"LastUpdate": 1667825142,
"FirstSeen": 1644505402
},
{
"Name": "LANCache-Prefill",
"Repository": "ich777/lancache-prefill",
"Registry": "https://github.com/ich777/lancache-prefill",
"Network": "br0",
"Shell": "sh",
"Privileged": "false",
"Support": "https://forums.unraid.net/topic/83786-support-ich777-application-dockers/",
"Project": "https://github.com/tpill90/steam-lancache-prefill",
"Overview": "This container will download and install BattleNetPrefill and/or SteamPrefill and run the prefill on a cron schedule.\r\n\r\n**Network:** It is recommended to run this container in the same network mode as the LANCache-DNS if used, by default it is set to br0 please change that if you have your LANCache server configured to work network wide on your LAN to the correct network type for your configuration.\r\n\r\n**DNS:** I would strongly recommend that you set the DNS manually to the LANCache-DNS if you haven't it configured to be network wide on your LAN, to do that turn on the advanced view (toggle switch in the top right corner) and at the extra parameters append: --dns=yourLANcacheSERVER (of course replace 'yourLANcacheSERVER' with the address of your LANCache-DNS).\r\n\r\n**Update Notice:** The container will check by default on each start/restart on new updates for BattleNetPrefill and/or SteamPrefill, this can be disabled if really wanted.",
"TemplateURL": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/LANCache-Prefill.xml",
"Icon": "https://raw.githubusercontent.com/ich777/docker-templates/master/ich777/images/prefill.png",
"ExtraParams": "--restart=unless-stopped",
"DonateText": "If you like my work please ",
"DonateLink": "https://paypal.me/chips777",
"Requires": "LANCache Server",
"Config": [
{
"@attributes": {
"Name": "Data Path",
"Target": "/lancacheprefill",
"Default": "",
"Mode": "rw",
"Description": "Main data path",
"Type": "Path",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "/mnt/user/appdata/lancache-prefill"
},
{
"@attributes": {
"Name": "Enable BattleNetPrefill",
"Target": "ENABLE_BN",
"Default": "false|true",
"Mode": "",
"Description": "Set to 'true' or 'false' to enable or disable BattleNetPrefill",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "BattleNetPrefill Parameters",
"Target": "PREFILL_PARAMS_BN",
"Default": "",
"Mode": "",
"Description": "You can get a full list of parameters over here: https://github.com/tpill90/battlenet-lancache-prefill#detailed-command-usage",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "--products d3 s1 wow_classic "
},
{
"@attributes": {
"Name": "BattleNetPrefill Schedule",
"Target": "CRON_SCHED_BN",
"Default": "",
"Mode": "",
"Description": "Set your cron schedule for BattleNetPrefill if enabled (by default it is set to 05:00 - head over to https://crontab.guru/ to create your own if you want to customize it)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "0 5 * * *"
},
{
"@attributes": {
"Name": "Enable SteamPrefill",
"Target": "ENABLE_STEAM",
"Default": "true|false",
"Mode": "",
"Description": "Set to 'true' or 'false' to enable or disable SteamPrefill (please note that you have to configure SteamPrefill first - to get a tutorial on how to do that please open up the container console after the first start and follow the on screen instructions).",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "SteamPrefill Parameters",
"Target": "PREFILL_PARAMS_STEAM",
"Default": "",
"Mode": "",
"Description": "You can get a full list of parameters over here: https://tpill90.github.io/steam-lancache-prefill/Detailed-Command-Usage/ (if you want to only prefill your selected apps then leave this variable empty)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "--recent"
},
{
"@attributes": {
"Name": "SteamPrefill Schedule",
"Target": "CRON_SCHED_STEAM",
"Default": "",
"Mode": "",
"Description": "Set your cron schedule for SteamPrefill if enabled (by default it is set to 05:00 - head over to https://crontab.guru/ to create your own if you want to customize it)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "0 2 * * *"
},
{
"@attributes": {
"Name": "Check for Prefill updates",
"Target": "UPDATES",
"Default": "true|false",
"Mode": "",
"Description": "Set to 'true' to enable to check for updates from BattleNetPrefill/SteamPrefill on container start/restart or disable it by setting it to 'false'.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "Force update",
"Target": "FORCE_UPDATE",
"Default": "false|true",
"Mode": "",
"Description": "Set to 'true' to force a Prefill on every container start/restart (please be carefull with this option and enable only when you know what you are doing!)",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "false"
},
{
"@attributes": {
"Name": "Log cleanup",
"Target": "LOGCLEANUP",
"Default": "true|false",
"Mode": "",
"Description": "Set to 'true' to clean up the .../logs directory on each start/restart from the container.",
"Type": "Variable",
"Display": "always",
"Required": "true",
"Mask": "false"
},
"value": "true"
},
{
"@attributes": {
"Name": "UID",
"Target": "UID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "99"
},
{
"@attributes": {
"Name": "GID",
"Target": "GID",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "100"
},
{
"@attributes": {
"Name": "DATA_PERM",
"Target": "DATA_PERM",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "770"
},
{
"@attributes": {
"Name": "UMASK",
"Target": "UMASK",
"Default": "",
"Mode": "",
"Description": "",
"Type": "Variable",
"Display": "advanced-hide",
"Required": "true",
"Mask": "false"
},
"value": "000"
}
],
"Repo": "ich777's Repository",
"CAComment": "This template is set up to use a custom network. You may have to adjust the network or IP address etc to match your system",
"templatePath": "/tmp/GitHub/AppFeed/templates/ich777sRepository/ich777/LANCache-Prefill.xml",
"CategoryList": [
"Downloaders",
"Other"
],
"downloads": 14,
"LastUpdate": 1667979108,
"LastUpdateScan": 1667984647,
"FirstSeen": 1667984647
},
{
"Name": "LastOasis",
"Repository": "ich777/steamcmd:lastoasis",
@ -125309,7 +125535,7 @@
"CategoryList": [
"Productivity"
],
"LastUpdateScan": 1665389021,
"LastUpdateScan": 1667984647,
"FirstSeen": 1647194589
},
{
@ -159050,25 +159276,29 @@
"Downloaders",
"MediaApp-Music"
],
"downloads": 32057,
"downloads": 43197,
"stars": 4,
"trending": 23.174,
"LastUpdate": 1667869522,
"trending": 25.789,
"trends": [
26.9,
23.174
23.174,
25.789
],
"trendsDate": [
1662793531,
1665389021
1665389021,
1667984648
],
"downloadtrend": [
18003,
24628,
32057
32057,
43197
],
"LastUpdateScan": 1665389021,
"LastUpdate": 1664986222,
"FirstSeen": 1654999405
"LastUpdateScan": 1667984648,
"FirstSeen": 1654999405,
"topTrending": -1.110999999999997
},
{
"Name": "MusicBrainz-Picard",
@ -223641,7 +223871,6 @@
],
"downloads": 937266,
"stars": 15,
"LastUpdate": 1667692681,
"trending": 0.358,
"trends": [
0.114,
@ -223671,6 +223900,7 @@
937266
],
"LastUpdateScan": 1667977434,
"LastUpdate": 1667692681,
"FirstSeen": 1639393416,
"topTrending": 0.244,
"topPerforming": 0.358
@ -229973,7 +230203,6 @@
],
"downloads": 4151859,
"stars": 106,
"LastUpdate": 1667910017,
"trending": 1.315,
"trends": [
0.319,
@ -230003,6 +230232,7 @@
4151859
],
"LastUpdateScan": 1667977434,
"LastUpdate": 1667910017,
"FirstSeen": 1639393417,
"topTrending": 0.996,
"topPerforming": 1.315
@ -243006,10 +243236,10 @@
"MediaServer-Music",
"MediaServer-Photos"
],
"downloads": 2050,
"downloads": 2581,
"stars": 7,
"LastUpdateScan": 1665389021,
"LastUpdate": 1664461246,
"LastUpdate": 1666901349,
"LastUpdateScan": 1667984648,
"FirstSeen": 1649798215
},
{

View File

@ -2468,5 +2468,6 @@
"lscr.io/linuxserver/mastodon": 1667905434,
"bytemark/smtp": 1667912647,
"ich777/unreal-tournament-99": 1667919847,
"zwavejs/zwave-js-ui": 1667941441
"zwavejs/zwave-js-ui": 1667941441,
"ich777/lancache-prefill": 1667984647
}

View File

@ -1 +1 @@
294
343

13
log.txt
View File

@ -1107,6 +1107,7 @@ Processing /tmp/appFeed/templates/ich777sRepository/ich777/KillingFloor.xml...Su
Processing /tmp/appFeed/templates/ich777sRepository/ich777/KillingFloor2.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/Krusader.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/LambdaWars.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/LANCache-Prefill.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/LastOasis.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/Left4Dead.xml...Success
Processing /tmp/appFeed/templates/ich777sRepository/ich777/Left4Dead2.xml...Success
@ -3209,10 +3210,14 @@ Processing /tmp/appFeed/templates/emptyfishsRepository/bytemark-smtp/bytemark-sm
Updating stats on containers
gerbera/gerbera
gerbera/gerbera Downloads: 937266 Stars: 15 Base: unknown
weejewel/wg-easy
weejewel/wg-easy Downloads: 4151859 Stars: 106 Base: unknown
ich777/lancache-prefill
ich777/lancache-prefill Downloads: 14 Stars: 0 Base: unknown
paperless-ngx/paperless-ngx
ghcr.io/paperless-ngx/paperless-ngx Downloads: Stars: Base: unknown
randomninjaatk/lidarr-extended
randomninjaatk/lidarr-extended Downloads: 43197 Stars: 4 Base: unknown
soerentsch/serviio
soerentsch/serviio Downloads: 2581 Stars: 7 Base: unknown
Privileged: 105

View File

@ -223477,41 +223477,41 @@
"MediaServer-Music",
"MediaServer-Other"
],
"downloads": 933909,
"stars": 13,
"trending": 0.077,
"downloads": 937266,
"stars": 15,
"LastUpdate": 1667692681,
"trending": 0.358,
"trends": [
0.092,
0.114,
0.066,
0.069,
0.057,
0.122,
0.077
0.077,
0.358
],
"trendsDate": [
1649786623,
1652385813,
1654985008,
1657584210,
1660183420,
1662782705,
1665381812
1665381812,
1667977434
],
"downloadtrend": [
929188,
930249,
930865,
931512,
932045,
933187,
933909
933909,
937266
],
"LastUpdateScan": 1665381812,
"LastUpdate": 1665185263,
"LastUpdateScan": 1667977434,
"FirstSeen": 1639393416,
"topTrending": -0.015,
"topPerforming": 0.077
"topTrending": 0.244,
"topPerforming": 0.358
},
{
"Name": "GIMP-Desktop-G3",
@ -229809,41 +229809,41 @@
"Network-Management",
"Network-VPN"
],
"downloads": 4097281,
"stars": 90,
"trending": 1.2,
"downloads": 4151859,
"stars": 106,
"LastUpdate": 1667910017,
"trending": 1.315,
"trends": [
0.351,
0.319,
0.393,
1.002,
1.077,
1.196,
1.2
1.2,
1.315
],
"trendsDate": [
1649786623,
1652385813,
1654985008,
1657584210,
1660183421,
1662782706,
1665381812
1665381812,
1667977434
],
"downloadtrend": [
3889133,
3901588,
3916978,
3956620,
3999707,
4048103,
4097281
4097281,
4151859
],
"LastUpdateScan": 1665381812,
"LastUpdate": 1665317827,
"LastUpdateScan": 1667977434,
"FirstSeen": 1639393417,
"topTrending": 0.849,
"topPerforming": 1.2
"topTrending": 0.996,
"topPerforming": 1.315
},
{
"Name": "Wordle",

View File

@ -61906,7 +61906,7 @@
"Base": null,
"Downloads": null,
"Stars": null,
"Time": 1665389021,
"Time": 1667984647,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -62894,14 +62894,14 @@
},
"soerentsch/serviio": {
"Base": null,
"Downloads": 2050,
"Downloads": 2581,
"Stars": 7,
"Time": 1665389021,
"Time": 1667984648,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1664461246
"LastUpdate": 1666901349
},
"beryju/authentik:2022.4.1": {
"Base": null,
@ -64467,24 +64467,27 @@
},
"randomninjaatk/lidarr-extended": {
"Base": null,
"Downloads": 32057,
"Downloads": 43197,
"Stars": 4,
"Time": 1665389021,
"trending": 23.174,
"Time": 1667984648,
"trending": 25.789,
"trends": [
26.9,
23.174
23.174,
25.789
],
"downloadtrend": [
18003,
24628,
32057
32057,
43197
],
"trendsDate": [
1662793531,
1665389021
1665389021,
1667984648
],
"LastUpdate": 1664986222
"LastUpdate": 1667869522
},
"https://github.com/CollinHeist/TitleCardMaker": {
"Base": null,
@ -67607,5 +67610,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1667940850
},
"ich777/lancache-prefill": {
"Base": null,
"Downloads": 14,
"Stars": null,
"Time": 1667984647,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1667979108
}
}