Skip to content

Commit

Permalink
UPDATE README
Browse files Browse the repository at this point in the history
  • Loading branch information
Muddyblack committed Jan 12, 2024
1 parent c107ba7 commit 0c3addd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ Follow these steps to set up the Google Cloud project and obtain necessary crede
Ensure you have Python version ``3.9.2`` or higher installed.

#### Easy-Way-Install
- Execute: the ``initialize.sh`` inside th projectfolder
- Execute: the ``initialize.sh`` inside the projectfolder using ``cd path/to/this_repo``

#### Update
**!!! Currently under dev and not stable yet!!!**
- To get newest repo version: ``python -m update.py --update``

#### Manual-Way-Install:
Expand All @@ -53,7 +54,6 @@ sudo apt upgrade
# Install required packages:
sudo apt install fbi vlc jq
sudo apt install libimage-exiftool-perl
sudo apt-get install python3-pyqt5

#for MetaDataEdtor on MAC:
brew install exiftool
Expand All @@ -69,7 +69,7 @@ To start you have to set some variables inside the [config-file](app_config.json
#### Python Variables:
- ``TARGETDIR`` -> folder where the content will be saved
- ``USE_GDRIVE`` -> If you want to get the content from Google-Drive set it ``true``
- ``GOOGLE_API_ACCESS`` -> Specifies the path to you service_account json file
- ``GOOGLE_API_ACCESS`` -> Specifies the path to you ``service_account.json`` file
- ``DRIVE_DIR_ID`` -> The ID of the Google-Drive folder with your content

#### Bash Variables:
Expand All @@ -87,13 +87,16 @@ To start you have to set some variables inside the [config-file](app_config.json
- `STARTDATE` -> Date when it will beginn displaying
- `ENDDATE` -> Date when it will stop displaying

**!!!Under DEV:!!!**
- `DisplayTime` -> Time how long the single image will be displayed (in seconds)


## Allowed File Formats

- The script supports the following image formats: ``.jpg``, ``.jpeg``, ``.png``, ``bmp``, ``.gif(first frame)``.

- The script supports the following video formats: ``.mp4``, ``.mkv``, ``.avi``, ``.ogg``, ``mov``, ``flv``.
-> Video currently not working using MetaDataEditor
**-> Video currently not working when using MetaDataEditor**

## Allowed Formats for Google Drive

Expand Down

0 comments on commit 0c3addd

Please sign in to comment.