Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python3 #192

Open
wants to merge 101 commits into
base: python3
Choose a base branch
from
Open

Python3 #192

wants to merge 101 commits into from

Commits on Feb 24, 2021

  1. Update debug.py

    Fixes to make "Log Report" button work again
    Dadr committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    b6d2053 View commit details
    Browse the repository at this point in the history
  2. Update shutdown.py

    Dadr committed Feb 24, 2021
    2 Configuration menu
    Copy the full SHA
    0bf9013 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Update helper.py

    Dadr committed Feb 25, 2021
    Configuration menu
    Copy the full SHA
    2b352e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Update debug.py

    Per our discussion with previous changes
    Tom Anschutz committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    4a2c00c View commit details
    Browse the repository at this point in the history
  2. Update helper.py

    Changes per our discussion
    Tom Anschutz committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    ba3b6ab View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Update base.py

    Add same logic to python3 branch for issue mrworf#182
    Tom Anschutz committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    66eb329 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2021

  1. Update display.py

    Fix for python3 branch for handling images set to Do Nothing or to Fill
    Tom Anschutz committed Mar 9, 2021
    Configuration menu
    Copy the full SHA
    079d761 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Update servicemanager.py

    Tom Anschutz committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    2a2dc70 View commit details
    Browse the repository at this point in the history
  2. Update oauth.py

    Tom Anschutz committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    cd47273 View commit details
    Browse the repository at this point in the history
  3. Update oauthlink.py

    added codecs library and modified code to translate bytes to string for json.load
    Tom Anschutz committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    6633fc8 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2021

  1. Update README.md

    Updated to describe this branch specifically.
    Tom Anschutz committed May 4, 2021
    Configuration menu
    Copy the full SHA
    4dc9064 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. Update svc_googlephotos.py

    Bring up to date with mrworf master/python3 version
    Tom Anschutz committed May 5, 2021
    Configuration menu
    Copy the full SHA
    fa84132 View commit details
    Browse the repository at this point in the history
  2. Update colormatch.py

    Added Ability to make use of alternate TCS34727 color sensor on a different module.   This module has a better physical design than the Adafruit module, and works the same, except it has a version ID of 77 (0x4D) instead of 68 (0x44).  It was bought on eBay: https://www.ebay.com/itm/133600154256
    Tom Anschutz committed May 5, 2021
    Configuration menu
    Copy the full SHA
    f05a321 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Updated description of alternate color module
    Tom Anschutz committed May 5, 2021
    Configuration menu
    Copy the full SHA
    aff4765 View commit details
    Browse the repository at this point in the history
  4. Update helper.py

    Added Code to support HEIC and HEIF images.
    Tom Anschutz committed May 5, 2021
    Configuration menu
    Copy the full SHA
    91bc4ec View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Spelling and grammar
    Tom Anschutz committed May 5, 2021
    Configuration menu
    Copy the full SHA
    e06d83e View commit details
    Browse the repository at this point in the history
  6. Update helper.py

    fix syntax error
    Tom Anschutz committed May 5, 2021
    Configuration menu
    Copy the full SHA
    6a36c79 View commit details
    Browse the repository at this point in the history
  7. Update helper.py

    Indent error for Copy/paste
    Tom Anschutz committed May 5, 2021
    Configuration menu
    Copy the full SHA
    b9c8f50 View commit details
    Browse the repository at this point in the history
  8. Update helper.py

    Moved HEIC to JPG conversion from makeFullframe to Autorotate in order to catch a missing case where a HEIC was set to do nothing but changed colors when cropped to fit the screen.
    Tom Anschutz committed May 5, 2021
    Configuration menu
    Copy the full SHA
    cf5deeb View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. Update colormatch.py

    Colormatch had some questionable logic at low lux levels.  The changes allow temperature to be calculated as long as all the colors are not 0.  And also, when there is NO light, zero temperature is probably not correct, rather make a middle-of-the-road assumption.
    Dadr committed May 18, 2021
    Configuration menu
    Copy the full SHA
    e23c136 View commit details
    Browse the repository at this point in the history
  2. Update colormatch.py

    Modified to detect and control monitors that can be adjusted using ddc channel. These will change brightness and temperature, and not require the colormatch script.
    Dadr committed May 18, 2021
    Configuration menu
    Copy the full SHA
    ac4ed48 View commit details
    Browse the repository at this point in the history
  3. Update colormatch.py

    Added check to avoid going higher in temp than a monitor can support
    Dadr committed May 18, 2021
    Configuration menu
    Copy the full SHA
    f1f2548 View commit details
    Browse the repository at this point in the history
  4. Update colormatch.py

    Syntax changes
    Dadr committed May 18, 2021
    Configuration menu
    Copy the full SHA
    4a251b6 View commit details
    Browse the repository at this point in the history
  5. Update colormatch.py

    Syntax
    Dadr committed May 18, 2021
    Configuration menu
    Copy the full SHA
    9617546 View commit details
    Browse the repository at this point in the history
  6. Update colormatch.py

    More Syntax - I need to try an  IDE!
    Dadr committed May 18, 2021
    Configuration menu
    Copy the full SHA
    7f89b2d View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Update colormatch.py

    temp and lux were not set when levels were zero
    Dadr committed May 19, 2021
    Configuration menu
    Copy the full SHA
    914b09e View commit details
    Browse the repository at this point in the history
  2. Update colormatch.py

    Dadr committed May 19, 2021
    Configuration menu
    Copy the full SHA
    91b767c View commit details
    Browse the repository at this point in the history
  3. Update colormatch.py

    Dadr committed May 19, 2021
    Configuration menu
    Copy the full SHA
    1992a47 View commit details
    Browse the repository at this point in the history
  4. Update colormatch.py

    Dadr committed May 19, 2021
    Configuration menu
    Copy the full SHA
    c8b1864 View commit details
    Browse the repository at this point in the history
  5. Update colormatch.py

    Make scale adjustments
    Dadr committed May 19, 2021
    Configuration menu
    Copy the full SHA
    91c3e4e View commit details
    Browse the repository at this point in the history
  6. reduce Warnings and clean up update script

    move logic to suppress script adjustment to slidephow.py to avoid logging a warning for each picture.  Also clean up legacy updates in update.sh.  All those will have been applied in this branch.
    Dadr committed May 19, 2021
    Configuration menu
    Copy the full SHA
    8e8845e View commit details
    Browse the repository at this point in the history
  7. Update README.md

    Formatting and URL port 7777
    Tom Anschutz committed May 19, 2021
    Configuration menu
    Copy the full SHA
    169276e View commit details
    Browse the repository at this point in the history
  8. Update README.md

    spelling
    Tom Anschutz committed May 19, 2021
    Configuration menu
    Copy the full SHA
    781dacb View commit details
    Browse the repository at this point in the history
  9. Update README.md

    Tom Anschutz committed May 19, 2021
    Configuration menu
    Copy the full SHA
    15c5fcc View commit details
    Browse the repository at this point in the history
  10. update to install instructions

    Added instructions to add http-auth.json for a manual install.
    Dadr committed May 19, 2021
    Configuration menu
    Copy the full SHA
    a12cc11 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Re-written temp logic

    New color logic and move server to port 80.
    Dadr committed May 21, 2021
    Configuration menu
    Copy the full SHA
    072da2d View commit details
    Browse the repository at this point in the history
  2. syntax bug

    Dadr committed May 21, 2021
    Configuration menu
    Copy the full SHA
    108928e View commit details
    Browse the repository at this point in the history
  3. Monitor brightness fix

    Allow configuring a scaler to set Monitor brightness from lux
    Dadr committed May 21, 2021
    Configuration menu
    Copy the full SHA
    8cc2028 View commit details
    Browse the repository at this point in the history
  4. Run from port 80

    partial commit to run from port 80
    Dadr committed May 21, 2021
    Configuration menu
    Copy the full SHA
    1e1ca4e View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

  1. Update README.md

    Added Install step for update crontab file
    Dadr committed May 23, 2021
    Configuration menu
    Copy the full SHA
    6487cb7 View commit details
    Browse the repository at this point in the history
  2. Update svc_usb.py

    Ignore hidden files (those that start with "."
    Tom Anschutz committed May 23, 2021
    Configuration menu
    Copy the full SHA
    e13b98e View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Merge pull request #1 from dadr/Philip

    Philip updates to Python3 branch
    Tom Anschutz committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    576238e View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Made changes to re-purpose the Philip branch readme to this one.
    Tom Anschutz committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    cf1e744 View commit details
    Browse the repository at this point in the history
  3. Update Readme

    Removed Migration.md and minor updates to Readme
    Dadr committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    c6e4581 View commit details
    Browse the repository at this point in the history
  4. Update Readme

    Install and update from python3 branch
    Tom Anschutz committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    7f31f27 View commit details
    Browse the repository at this point in the history
  5. point repo to mrworf

    update the instructions to point to the branch at mrworf now that it's there.
    Dadr committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    2c6ff44 View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Missing package added to manual install instructions.
    Dadr committed Jun 8, 2021
    Configuration menu
    Copy the full SHA
    8a1c664 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Screen Standby

    Add URLs to sleep and wake display and also to check external state.  photoframe/maintenance/standby | resume | get_standby
    Dadr committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    5ffb18a View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Provide instructions for web/URL screen standby.
    Tom Anschutz committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    fba4690 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    formatting
    Tom Anschutz committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    3cc375a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. Update maintenance.py

    add backup and restore commands
    Dadr committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    e7baad4 View commit details
    Browse the repository at this point in the history
  2. screen buttons

    Add screen buttons,
    Add backup file checking to restore
    Dadr committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    8dfee5b View commit details
    Browse the repository at this point in the history
  3. Update maintenance.py

    look for exit code
    Dadr committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    9ee63d6 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. Merge pull request #2 from dadr/feature/screen-off-url

    Feature/screen off url
    Tom Anschutz committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    d4142df View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Some rework on Readme
    Dadr committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    f43294f View commit details
    Browse the repository at this point in the history
  3. Finish feature

    Check whether restore file exists.
    Add js for new buttons
    Dadr committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    a3b205a View commit details
    Browse the repository at this point in the history
  4. Bugfix

    removed return of json b/c it prevented restarting the frame afterwards.
    Dadr committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    9afc531 View commit details
    Browse the repository at this point in the history
  5. Update main.js

    change restart behavior
    Dadr committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    db9057d View commit details
    Browse the repository at this point in the history
  6. Update main.js

    Try another approach and just reload the page.
    Dadr committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    92c1cce View commit details
    Browse the repository at this point in the history
  7. Return web pages

    Return web pages from backup and restore instead of json
    Dadr committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    422bbc3 View commit details
    Browse the repository at this point in the history
  8. Update maintenance.py

    Don't block on restart
    Dadr committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    e0aa548 View commit details
    Browse the repository at this point in the history
  9. Update maintenance.py

    spelling
    Tom Anschutz committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    df90112 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'python3' into feature/backup

    Tom Anschutz committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    e736bd5 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3 from dadr/feature/backup

    Feature/backup
    Tom Anschutz committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    62dad93 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Update README.md

    Re-organize and added instructions to enable DDC on Pi4
    Dadr committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    2e94072 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Update base.py

    Internet went out today, and I experienced mrworf#186.
    Dadr committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    ec390d9 View commit details
    Browse the repository at this point in the history
  2. Work with files

    Initial commit to download and upload configuration files from the browser.
    Dadr committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    3732562 View commit details
    Browse the repository at this point in the history
  3. Update main.js

    Syntax
    Dadr committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    2e52fa7 View commit details
    Browse the repository at this point in the history
  4. Update upload.py

    Syntax
    Dadr committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    7794c9b View commit details
    Browse the repository at this point in the history
  5. Update maintenance.py

    Adjust return for dnldcfg
    Dadr committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    bbd453e View commit details
    Browse the repository at this point in the history
  6. Finish Download

    debugged and finished download button
    Dadr committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    9387079 View commit details
    Browse the repository at this point in the history
  7. Upload config changes

    Aligned look and feel with driver upload.
    Dadr committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    936764c View commit details
    Browse the repository at this point in the history
  8. Style adjust

    Dadr committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    b73f91f View commit details
    Browse the repository at this point in the history
  9. Update upload.py

    Dadr committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    70d86c6 View commit details
    Browse the repository at this point in the history
  10. Update upload.py

    Debug
    Dadr committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    8883555 View commit details
    Browse the repository at this point in the history
  11. restart

    Change reboot to restart for file upload
    Dadr committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    228331e View commit details
    Browse the repository at this point in the history
  12. Merge pull request #4 from dadr/feature/backup

    Feature/backup  now adds save and restore to browser.
    Tom Anschutz committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    29db0b7 View commit details
    Browse the repository at this point in the history
  13. Update main.html

    Align terms
    Dadr committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    b5d9ae7 View commit details
    Browse the repository at this point in the history
  14. Update upload.py

    Improve error handling for bad config files.
    Dadr committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    566254b View commit details
    Browse the repository at this point in the history
  15. Update main.js

    Improved button behavior
    Dadr committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    65e5d11 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #5 from dadr/feature/backup

    Feature/backup
    Tom Anschutz committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    2f96e5c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Update main.html

    First try at new config page
    Dadr committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    d532232 View commit details
    Browse the repository at this point in the history
  2. Update main.html

    tidy up
    Dadr committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    61d09c3 View commit details
    Browse the repository at this point in the history
  3. Config Page Formatting

    Dadr committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    fbf4653 View commit details
    Browse the repository at this point in the history
  4. Update main.html

    Dadr committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    020e6ef View commit details
    Browse the repository at this point in the history
  5. Update main.html

    Dadr committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    c3e6f01 View commit details
    Browse the repository at this point in the history
  6. Update main.html

    Dadr committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    38b97d9 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6 from dadr/feature/Configuration

    Feature/configuration
    Tom Anschutz committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    d33f8db View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Initial partial commit

    Non-functional partial commit
    Dadr committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    7a74b7f View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. Second set of work

    Still not functional.
    Dadr committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    2ac8c75 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Rework restore to run as separate process.

    Dadr committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    81d5977 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Create Version File

    added function to create a json version file in photoframe_config.
    Dadr committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    96c993a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from dadr/feature/backup

    Feature/backup
    dadr committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    a584370 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. Final Bugfixes for backup feature

    Provides running (if rough) code to restore settings from /boot and from the web browser.  Also has a small improvement in debug web page to show system info.
    Dadr committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    b215564 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from dadr/feature/backup

    Final Bugfixes for backup feature
    dadr committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    ad2a43e View commit details
    Browse the repository at this point in the history
  3. Last Bugfixes

    A few dumb errors copying from Pi to Github.
    Dadr committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    42e5130 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from dadr/feature/backup

    Last Bugfixes
    dadr committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    da233e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Error checking on tar

    Added error checks against tar.  Also added sanity checks for config file restoration
    Dadr committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    6e57772 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from dadr/feature/backup

    Error checking on tar
    dadr committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    8ca44ca View commit details
    Browse the repository at this point in the history
  3. Indent error

    Simple indent error
    Dadr committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    471c4f8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #12 from dadr/feature/backup

    Indent error
    dadr committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    95ecaa1 View commit details
    Browse the repository at this point in the history