This commit is contained in:
Andrew Z 2024-09-15 18:06:36 -04:00
parent 167569c1cf
commit 222fd19aa6
8 changed files with 291 additions and 25 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1726430793
"last_updated_timestamp": 1726437994
}

View File

@ -126350,9 +126350,9 @@
"Network-Proxy",
"Network-Privacy"
],
"downloads": 610,
"LastUpdateScan": 1723838788,
"downloads": 666,
"LastUpdate": 1719398131,
"LastUpdateScan": 1726437990,
"FirstSeen": 1710842764
},
{
@ -253164,6 +253164,128 @@
"FirstSeen": 1667747023,
"topTrending": 15.225
},
{
"Name": "Immich-AutoAlbums",
"Repository": "salvoxia/immich-folder-album-creator",
"Registry": "https://registry.hub.docker.com/r/salvoxia/immich-folder-album-creator",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Project": "https://github.com/Salvoxia/immich-folder-album-creator",
"Overview": "Immich Folder Album Creator\r\nThis is a python script designed to automatically create albums in Immich from a folder structure mounted into the Immich container. This is useful for automatically creating and populating albums for external libraries. Using the provided docker image, the script can simply be added to the Immich compose stack and run along the rest of Immich's containers.",
"TemplateURL": "https://raw.githubusercontent.com/Joey291/unraid-templates/master/templates/Immich-AutoAlbums.xml",
"PostArgs": "/script/immich_auto_album.sh",
"Config": [
{
"@attributes": {
"Name": "ROOT_PATH",
"Target": "ROOT_PATH",
"Default": "",
"Mode": "",
"Description": "A single or a comma separated list of import paths for external libraries in Immich.\r\n\r\n(path inside Immich, NOT inside Unraid !)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "API_URL",
"Target": "API_URL",
"Default": "",
"Mode": "",
"Description": "The root API URL of immich, e.g. https://immich.mydomain.com/api/",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "http://x.x.x.x:8080/api/"
},
{
"@attributes": {
"Name": "API_KEY",
"Target": "API_KEY",
"Default": "",
"Mode": "",
"Description": "The Immich API Key to use",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "ALBUM_LEVELS",
"Target": "ALBUM_LEVELS",
"Default": "",
"Mode": "",
"Description": "https://github.com/Salvoxia/immich-folder-album-creator#how-it-works",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "2"
},
{
"@attributes": {
"Name": "Host Key 5",
"Target": "UNATTENDED",
"Default": "0",
"Mode": "",
"Description": "Do not ask for user confirmation after identifying albums.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "1"
},
{
"@attributes": {
"Name": "Host Key 6",
"Target": "DELETE_CONFIRM",
"Default": "0",
"Mode": "",
"Description": "Confirm deletion of albums when running in mode CLEANUP or DELETE_ALL. If this flag is not set, these modes will perform a dry run only. Has no effect in mode CREATE",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "0"
},
{
"@attributes": {
"Name": "Host Key 7",
"Target": "album-separator",
"Default": "",
"Mode": "",
"Description": "Separator string to use for compound album names created from nested folders. Only effective if -a is set to a value > 1(default: ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "-"
}
],
"Repo": "Cornflake's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/CornflakesRepository/templates/Immich-AutoAlbums.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 30014,
"stars": 1,
"LastUpdate": 1726424441,
"LastUpdateScan": 1726437990,
"FirstSeen": 1726437990
},
{
"Name": "SkyrimTogetherRebornServer",
"Repository": "tiltedphoques/st-reborn-server:latest",

View File

@ -1,7 +1,7 @@
{
"apps": 2365,
"last_updated_timestamp": 1726430793,
"last_updated": "2024-09-15 16:06",
"apps": 2366,
"last_updated_timestamp": 1726437994,
"last_updated": "2024-09-15 18:06",
"categories": [
{
"Cat": "AI:",
@ -126516,9 +126516,9 @@
"Network-Proxy",
"Network-Privacy"
],
"downloads": 610,
"LastUpdateScan": 1723838788,
"downloads": 666,
"LastUpdate": 1719398131,
"LastUpdateScan": 1726437990,
"FirstSeen": 1710842764
},
{
@ -253330,6 +253330,128 @@
"FirstSeen": 1667747023,
"topTrending": 15.225
},
{
"Name": "Immich-AutoAlbums",
"Repository": "salvoxia/immich-folder-album-creator",
"Registry": "https://registry.hub.docker.com/r/salvoxia/immich-folder-album-creator",
"Network": "bridge",
"Shell": "sh",
"Privileged": "false",
"Project": "https://github.com/Salvoxia/immich-folder-album-creator",
"Overview": "Immich Folder Album Creator\r\nThis is a python script designed to automatically create albums in Immich from a folder structure mounted into the Immich container. This is useful for automatically creating and populating albums for external libraries. Using the provided docker image, the script can simply be added to the Immich compose stack and run along the rest of Immich's containers.",
"TemplateURL": "https://raw.githubusercontent.com/Joey291/unraid-templates/master/templates/Immich-AutoAlbums.xml",
"PostArgs": "/script/immich_auto_album.sh",
"Config": [
{
"@attributes": {
"Name": "ROOT_PATH",
"Target": "ROOT_PATH",
"Default": "",
"Mode": "",
"Description": "A single or a comma separated list of import paths for external libraries in Immich.\r\n\r\n(path inside Immich, NOT inside Unraid !)",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "API_URL",
"Target": "API_URL",
"Default": "",
"Mode": "",
"Description": "The root API URL of immich, e.g. https://immich.mydomain.com/api/",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "http://x.x.x.x:8080/api/"
},
{
"@attributes": {
"Name": "API_KEY",
"Target": "API_KEY",
"Default": "",
"Mode": "",
"Description": "The Immich API Key to use",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": ""
},
{
"@attributes": {
"Name": "ALBUM_LEVELS",
"Target": "ALBUM_LEVELS",
"Default": "",
"Mode": "",
"Description": "https://github.com/Salvoxia/immich-folder-album-creator#how-it-works",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "2"
},
{
"@attributes": {
"Name": "Host Key 5",
"Target": "UNATTENDED",
"Default": "0",
"Mode": "",
"Description": "Do not ask for user confirmation after identifying albums.",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "1"
},
{
"@attributes": {
"Name": "Host Key 6",
"Target": "DELETE_CONFIRM",
"Default": "0",
"Mode": "",
"Description": "Confirm deletion of albums when running in mode CLEANUP or DELETE_ALL. If this flag is not set, these modes will perform a dry run only. Has no effect in mode CREATE",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "0"
},
{
"@attributes": {
"Name": "Host Key 7",
"Target": "album-separator",
"Default": "",
"Mode": "",
"Description": "Separator string to use for compound album names created from nested folders. Only effective if -a is set to a value > 1(default: ",
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "false"
},
"value": "-"
}
],
"Repo": "Cornflake's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/CornflakesRepository/templates/Immich-AutoAlbums.xml",
"CategoryList": [
"Tools-Utilities"
],
"downloads": 30014,
"stars": 1,
"LastUpdate": 1726424441,
"LastUpdateScan": 1726437990,
"FirstSeen": 1726437990
},
{
"Name": "SkyrimTogetherRebornServer",
"Repository": "tiltedphoques/st-reborn-server:latest",

View File

@ -3507,5 +3507,6 @@
"lscr.io/linuxserver/planka": 1726150028,
"lscr.io/linuxserver/yaak": 1726157207,
"https://raw.githubusercontent.com/dkaser/unraid-plugin-diagnostics/main/plugin/plugin-diagnostics.plg": 1726200384,
"binhex/arch-bitmagnet": 1726236405
"binhex/arch-bitmagnet": 1726236405,
"salvoxia/immich-folder-album-creator": 1726437990
}

View File

@ -2677,6 +2677,7 @@ Processing /tmp/appFeed/templates/CornflakesRepository/templates/ca_profile.xml.
Processing /tmp/appFeed/templates/CornflakesRepository/templates/cloudflaredtunnel.xml...Success
Processing /tmp/appFeed/templates/CornflakesRepository/templates/discord-gsm.xml...Success
Processing /tmp/appFeed/templates/CornflakesRepository/templates/DiscordGSM.xml...Success
Processing /tmp/appFeed/templates/CornflakesRepository/templates/Immich-AutoAlbums.xml...Success
Processing /tmp/appFeed/templates/CornflakesRepository/templates/skyrim-together-reborn.xml...Success
Processing /tmp/appFeed/templates/CornflakesRepository/templates/twingate.xml...Success
@ -4325,6 +4326,11 @@ Processing /tmp/appFeed/templates/bendysRepository/sonarrtorss/sonarrtorss.xml..
Updating stats on containers
ich777/proxy-server
ich777/proxy-server Downloads: 666 Stars: 0 Base: unknown
salvoxia/immich-folder-album-creator
salvoxia/immich-folder-album-creator Downloads: 30014 Stars: 1 Base: unknown
Pulling salvoxia/immich-folder-album-creator
Privileged: 105

View File

@ -89638,7 +89638,6 @@
],
"downloads": 1434529,
"stars": 7,
"LastUpdate": 1643232020,
"trending": 1.26,
"trends": [
0.958,
@ -89668,6 +89667,7 @@
1434529
],
"LastUpdateScan": 1726423605,
"LastUpdate": 1643232020,
"FirstSeen": 1638075817,
"topTrending": 0.30200000000000005,
"topPerforming": 1.26
@ -90325,7 +90325,6 @@
],
"downloads": 92296553,
"stars": 556,
"LastUpdate": 1719219093,
"trending": 2.043,
"trends": [
6.42,
@ -90355,6 +90354,7 @@
92296553
],
"LastUpdateScan": 1726423605,
"LastUpdate": 1719219093,
"FirstSeen": 1627661002,
"topTrending": -4.377,
"topPerforming": 2.043
@ -101929,7 +101929,6 @@
"Drivers",
"Plugins"
],
"LastUpdateScan": 1726423605,
"FirstSeen": 1622469787
},
{
@ -126144,7 +126143,6 @@
"Tools-System",
"Plugins"
],
"LastUpdateScan": 1726423605,
"FirstSeen": 1622462584
},
{
@ -130835,7 +130833,6 @@
"GameServers"
],
"downloads": 26133,
"LastUpdate": 1717665871,
"trending": 2.495,
"trends": [
1.229,
@ -130865,6 +130862,7 @@
26133
],
"LastUpdateScan": 1726423606,
"LastUpdate": 1717665871,
"FirstSeen": 1586095691,
"topTrending": 1.266
},
@ -142401,7 +142399,6 @@
],
"downloads": 394579097,
"stars": 1943,
"LastUpdate": 1725933643,
"trending": 0.244,
"trends": [
0.214,
@ -142431,6 +142428,7 @@
394579097
],
"LastUpdateScan": 1726423606,
"LastUpdate": 1725933643,
"FirstSeen": 1632873816,
"topTrending": 0.03,
"topPerforming": 0.244
@ -202101,7 +202099,6 @@
],
"downloads": 25199402,
"stars": 80,
"LastUpdate": 1610693787,
"trending": 0.232,
"trends": [
0.262,
@ -202131,6 +202128,7 @@
25199402
],
"LastUpdateScan": 1726423606,
"LastUpdate": 1610693787,
"FirstSeen": 1614668550,
"topTrending": -0.03,
"topPerforming": 0.232
@ -202174,7 +202172,6 @@
],
"downloads": 1512534,
"stars": 2,
"LastUpdate": 1617356434,
"trending": 0.004,
"trends": [
0.019,
@ -202204,6 +202201,7 @@
1512534
],
"LastUpdateScan": 1726423606,
"LastUpdate": 1617356434,
"FirstSeen": 1614668550,
"topTrending": -0.015,
"topPerforming": 0.004
@ -245247,7 +245245,6 @@
],
"downloads": 3241752,
"stars": 16,
"LastUpdate": 1710779452,
"trending": 3.971,
"trends": [
6.93,
@ -245277,6 +245274,7 @@
3241752
],
"LastUpdateScan": 1726423606,
"LastUpdate": 1710779452,
"FirstSeen": 1622478285,
"topTrending": -2.9589999999999996,
"topPerforming": 3.971
@ -257310,8 +257308,8 @@
"Repo": "m0ngr31's Repository",
"templatePath": "/tmp/GitHub/AppFeed/templates/m0ngr31sRepository/Genmon.xml",
"downloads": 4313,
"LastUpdate": 1726015679,
"LastUpdateScan": 1726423607,
"LastUpdate": 1726015679,
"FirstSeen": 1695240344
},
{
@ -287097,7 +287095,6 @@
],
"downloads": 322762,
"stars": 62,
"LastUpdate": 1726236797,
"trending": 4.993,
"trends": [
7.403,
@ -287127,6 +287124,7 @@
322762
],
"LastUpdateScan": 1726423607,
"LastUpdate": 1726236797,
"FirstSeen": 1653658550,
"topTrending": -2.4099999999999993,
"topPerforming": 4.993
@ -289573,7 +289571,6 @@
],
"downloads": 220739,
"stars": 53,
"LastUpdate": 1726176467,
"trending": 4.48,
"trends": [
3.039,
@ -289603,6 +289600,7 @@
220739
],
"LastUpdateScan": 1726423607,
"LastUpdate": 1726176467,
"FirstSeen": 1674457447,
"topTrending": 1.4410000000000003,
"topPerforming": 4.48
@ -289852,8 +289850,8 @@
],
"downloads": 8681,
"stars": 2,
"LastUpdate": 1725583781,
"LastUpdateScan": 1726423607,
"LastUpdate": 1725583781,
"FirstSeen": 1674457448
},
{

View File

@ -88741,9 +88741,9 @@
},
"ich777/proxy-server": {
"Base": null,
"Downloads": 610,
"Downloads": 666,
"Stars": null,
"Time": 1723838788,
"Time": 1726437990,
"trending": null,
"trends": null,
"downloadtrend": null,
@ -93553,5 +93553,16 @@
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1726234029
},
"salvoxia/immich-folder-album-creator": {
"Base": null,
"Downloads": 30014,
"Stars": 1,
"Time": 1726437990,
"trending": null,
"trends": null,
"downloadtrend": null,
"trendsDate": null,
"LastUpdate": 1726424441
}
}

View File

@ -1,5 +1,5 @@
{
"caFixed": 613,
"caFixed": 615,
"fixedTemplates": {
"blue.lamp3445's Repository": {
"mikejmcguire/hass-actronque-amd64": [
@ -1515,6 +1515,12 @@
"No Icon specified within the application template"
]
},
"Cornflake's Repository": {
"salvoxia/immich-folder-album-creator": [
"No Registry entry set. Created from Repository setting - This may not be the correct value",
"No Icon specified within the application template"
]
},
"ofawx's Repository": {
"ofawx/electrs": [
"No Icon specified within the application template"