|
|
6c8d065dd7
|
Merge branch 'master' of 192.168.0.2:photoassistant
|
2021-01-10 20:16:52 +11:00 |
|
|
|
aa537c5ae7
|
moved funcs around so routes are at the bottom of photos.py, created a static route will have to use symlinks to get it to work, but trying this first on windows to see
|
2021-01-10 20:16:12 +11:00 |
|
|
|
7c84441600
|
quick fixes to get rid of thumbnails in photos
|
2021-01-10 20:14:56 +11:00 |
|
|
|
b280b21544
|
fixed thumbnails by getting rid of the b"" on each thumbnail base64 encoded string
|
2021-01-10 19:41:06 +11:00 |
|
|
|
2d88a65ead
|
WARNING: CURRENTLY BROKEN... updated photos.py to use exif data for thumbnails, and templates/photos.html to reflect changes
|
2021-01-10 18:07:56 +11:00 |
|
|
|
c01c586bcd
|
Merge branch 'master' of mara.ddp.net:photoassistant
|
2021-01-10 17:50:54 +11:00 |
|
|
|
1eac80a951
|
added thumbnail line to db class for photos, and also updated readme
|
2021-01-10 17:49:58 +11:00 |
|
|
|
2e4aec7772
|
removed debugs, added medainfo library to README for installation, added first-pass of thumbnauil, but no code for the actual thumbnail data yet
|
2021-01-10 17:49:12 +11:00 |
|
|
|
6807e44228
|
it now at least does a basic view page successfully, with name, size, hash
|
2021-01-10 17:31:09 +11:00 |
|
|
|
ae14ed92c0
|
Merge branch 'master' of 192.168.0.2:photoassistant
|
2021-01-10 17:13:33 +11:00 |
|
|
|
05e31e73a1
|
updated file_list var
|
2021-01-10 17:13:15 +11:00 |
|
|
|
0fe9a595b3
|
tryin first-pass of file metdata into Photos class
|
2021-01-10 17:12:22 +11:00 |
|
|
|
3fdd43467a
|
updated readme and gitignore, and also update the photos.py file to check what file types everything are, then return back a python dict with the absolute path to a file and the type. also updated the sqlalchemy model class to better fit all of our changes (added some fields that correspond to our file types and such).
|
2021-01-10 16:56:39 +11:00 |
|
|
|
1afb794bb8
|
first pass at seeing if path exists
|
2021-01-10 16:11:24 +11:00 |
|