1
0
Fork 0
Commit graph

89 commits

Author SHA1 Message Date
Salvoxia
89a1c6f409 Docker
Added support for Album Order Feature
2024-08-21 14:43:59 +02:00
Salvoxia
44b5ff1abc
Merge pull request #37 from ferbar/dev
Feature: add order asc option
2024-08-21 12:24:56 +00:00
Christian Ferbar
ad785ab105 fix order 2024-08-21 12:20:04 +02:00
Christian Ferbar
5730236383 fix typo 2024-08-21 00:10:04 +02:00
Christian Ferbar
d81b1b0675 cleanup 2024-08-21 00:07:59 +02:00
Christian Ferbar
c0a76d2734 Feature
Album order option
2024-08-21 00:06:06 +02:00
Salvoxia
861dddfbbe Sync Mode
Explicitly check for 403 status codes when fetching libraries or triggering offline asset removal to throw the appropriate error
2024-08-18 12:07:43 +02:00
Salvoxia
92493ad85b README
Added documentation for Sync Mode feature
2024-08-18 12:06:59 +02:00
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