Salvoxia
946193750d
Feature: Introduced Sync Mode
...
Sync mode is a two-stage process to first delete offline assets from libraries, then delete empty albums (became empty due to offline assets removal)
2024-08-18 11:23:51 +02:00
Salvoxia
ad6414b99a
Chore: Added Docstring to mehtods
2024-08-18 10:25:19 +02:00
Salvoxia
c28f81102a
README
...
Updated and extended documentation for Automatic Album Sharing feature
2024-08-17 21:10:26 +02:00
Salvoxia
942bc5123c
Share Feature
...
Allow specifying share role per user
2024-08-17 20:27:29 +02:00
Salvoxia
80a41cd11b
Docker
...
Switched SHARE_WITH seprator to colon
2024-08-16 21:00:46 +02:00
Salvoxia
c005aeba0d
README
...
Documented new arguments and environment variables for ablum sharing
2024-08-16 20:56:28 +02:00
Salvoxia
f0d467a03c
Feature
...
Added sharing of new albums with one or multiple users with a defined share role (same role for all users
2024-08-16 20:52:33 +02:00
Salvoxia
235b0fbbb2
Merge branch 'main' into dev
2024-08-16 19:21:41 +02:00
Salvoxia
2fcb915688
README
...
Updated compatibility statement with 1.112.x
2024-08-14 18:03:16 +00:00
Salvoxia
6638166e05
Added Docker awareness
...
Added more clear user hints for how to run the container for creating/deleting albums depending on whether the script is running bare python or in Docker
2024-08-09 18:14:40 +02:00
Salvoxia
0eab3adde0
Docker
...
Fixed parsing of ROOT_PATHs containing blanks
2024-08-05 19:56:44 +02:00
Salvoxia
67425b769c
README
...
Clarified syntax for passing negative album level ranges
2024-08-03 11:22:58 +02:00
Salvoxia
736c15703f
README
...
Minor formatting changes
2024-08-02 20:09:42 +02:00
Salvoxia
cb94227058
Merge pull request #28 from Salvoxia/dev
...
Add run modes for cleaning up or deleting all albums
2024-08-02 17:59:05 +00:00
Salvoxia
1f0332f121
README
...
Restructured README and added table of contents
Added documentation of new cleanup feature
2024-08-02 19:52:39 +02:00
Salvoxia
158182ef2e
Fixed typo in argparse help
2024-08-02 19:37:37 +02:00
Salvoxia
2991df8a04
Added support for MODE and DELETE_CONFIRM environment variables to Docker
2024-08-02 19:36:05 +02:00
Salvoxia
06ccbc728c
Cron
...
Call the script with env variable UNATTENDED set to 1
2024-08-02 19:35:31 +02:00
Salvoxia
a62a6d4faf
Added new option -d/--delete-confirm to confirm album deletion in CLEANUP and DELETE_ALL modes
2024-08-02 19:34:24 +02:00
Salvoxia
b46c7ef9e6
README
...
Added documentation for new -m/--mode option
2024-07-31 21:08:08 +02:00
Salvoxia
261f36065b
Added option -m/--mode to either cleanup all albums created by the script or delete all albums for that user
2024-07-31 21:01:27 +02:00
Salvoxia
870d34144c
README
...
Updated compatibility statement with 1.111.x
2024-07-30 21:45:47 +02:00
Salvoxia
65c1d551e0
Merge pull request #26 from Salvoxia/dev
...
Merge features from Dev branch
2024-07-30 19:29:59 +00:00
Salvoxia
580c4f3c09
Docker
...
Added support for new IGNORE environment variable
2024-07-30 21:11:17 +02:00
Salvoxia
9602b6a7ea
README
...
Added documentation for new -i/--ignore option
2024-07-30 21:09:57 +02:00
Salvoxia
94abaedb27
Added support for ignoring folders and files with --ignore
2024-07-30 21:09:28 +02:00
Salvoxia
7ea0ee8355
Docker
...
Added new environment variable INSECURE to skip SSL verification
2024-07-30 20:40:20 +02:00
Salvoxia
8135b708f4
Added documentation for new option to skip SSL verification
2024-07-30 20:40:02 +02:00
Salvoxia
a75e5ac1f8
Added urllib3 to requirements.txt
2024-07-30 20:39:47 +02:00
Salvoxia
e392f7a9d7
Renamed option for skipping SSL verification to -k/--insecure (referencing curl)
2024-07-30 20:38:28 +02:00
Salvoxia
a503c964cf
Merge pull request #25 from alternak/main
...
Add option to disable SSL verification
2024-07-30 18:09:51 +00:00
Salvoxia
f7aae126a3
README
...
Updated compatibility statement with 1.110.x
2024-07-26 20:12:02 +00:00
Salvoxia
eb98837f85
README
...
Updated compatibility statement with 1.109.x
2024-07-20 18:11:20 +00:00
Salvoxia
39b144810a
README
...
Updated compatibility statement with 1.108.x
2024-07-10 20:42:15 +02:00
Salvoxia
0e2f7650a9
README
...
Added section about the root_path argument
2024-07-02 19:59:58 +02:00
Salvoxia
0249bff59a
README
...
Updated compatibility statement with 1.107.x
2024-07-02 19:13:53 +02:00
Salvoxia
a9975f9478
README
...
Added example for calling the plain python script without Docker
2024-06-24 09:52:37 +02:00
alternak
699cb8b030
merge upstream
2024-06-16 17:01:12 +02:00
Salvoxia
f29ab5fb9a
Cleaned up imports
2024-06-11 20:48:50 +02:00
Salvoxia
2f07b0ae4d
README
...
Updated compatibility statement with 1.106.x
2024-06-11 20:45:51 +02:00
Salvoxia
0b476ce230
Immich 1.106.1+
...
Enabled fitler to fetch only assets that are not in any album
2024-06-11 20:44:52 +02:00
Salvoxia
5618dd3b6f
Refactoring
...
Moved API calls to functions for support of legacy API calls (might be removed in the future)
Added support for API with Immich Server v1.106.1+
2024-06-11 20:41:23 +02:00
Salvoxia
aab24346d1
Moved fetching assets into a function as preparation for supporting API changes in 1.106.1
2024-06-11 19:06:44 +02:00
Salvoxia
8b9c7722d9
README
...
Added missing CRON_EXPRESSION environment variable to documentation
2024-06-05 21:20:58 +02:00
Salvoxia
a7b8f060c6
README
...
Added documentation for album level ranges
2024-05-17 18:55:49 +02:00
Salvoxia
2771cc36a4
Merge pull request #12 from Salvoxia/dev
...
Added support for album level ranges to support creating album names …
2024-05-17 18:39:05 +02:00
Salvoxia
945cbbc406
README
...
Updated compatibility statement with 1.105.x
2024-05-14 20:43:01 +02:00
Salvoxia
a6aa999b28
README
...
Updated compatibility statement with 1.104.x
2024-05-14 18:56:01 +02:00
Salvoxia
891ea9d3a2
Added support for album level ranges to support creating album names from only specific ranges of the folder structure
2024-05-10 19:01:39 +02:00
alternak
5f692314c0
Add insecure ssl param
2024-05-01 16:46:55 +02:00