Skip to content
View HadrienPatte's full-sized avatar
◢◤◢◣◥◣
◢◤◢◣◥◣

Organizations

@supelec-rezo @LinkCS
Block or Report

Block or report HadrienPatte

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
HadrienPatte/README.md
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░░░░░░░▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄░░░░░░░░░
░░░░░░░░▄▀░░░░░░░░░░░░▄░░░░░░░▀▄░░░░░░░
░░░░░░░░█░░▄░░░░▄░░░░░░░░░░░░░░█░░░░░░░
░░░░░░░░█░░░░░░░░░░░░▄█▄▄░░▄░░░█░▄▄▄░░░
░▄▄▄▄▄░░█░░░░░░▀░░░░▀█░░▀▄░░░░░█▀▀░██░░
░██▄▀██▄█░░░▄░░░░░░░██░░░░▀▀▀▀▀░░░░██░░
░░▀██▄▀██░░░░░░░░▀░██▀░░░░░░░░░░░░░▀██░
░░░░▀████░▀░░░░▄░░░██░░░▄█░░░░▄░▄█░░██░
░░░░░░░▀█░░░░▄░░░░░██░░░░▄░░░▄░░▄░░░██░
░░░░░░░▄█▄░░░░░░░░░░░▀▄░░▀▀▀▀▀▀▀▀░░▄▀░░
░░░░░░█▀▀█████████▀▀▀▀████████████▀░░░░
░░░░░░████▀░░███▀░░░░░░▀███░░▀██▀░░░░░░
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░

Pinned

  1. hugoShaka/ansible-mailserver hugoShaka/ansible-mailserver Public archive

    Trying to do a mail stack we'll be proud of, with automation, tests, replication

    Jinja 9 4

  2. .dotfiles .dotfiles Public

    Shell 2

  3. ansible-role-stepmania ansible-role-stepmania Public

    Ansible Role - Stepmania

    Python

  4. ansible-role-jellyfin ansible-role-jellyfin Public

    Ansible Role - Jellyfin

    Python 9 4

  5. Sort and names photos Sort and names photos
    1
    # This script renames and sorts photos and videos based on the time they were taken and the camera model
    2
    # Requires exif tag 'CreateDate' to be set
    3
    # Uses exif tag 'Model' if set
    4
    exiftool '-Directory<${CreateDate}' -d %Y/%m/%d -r -P -progress .
    5
    exiftool -if '$Model' '-FileName<${CreateDate}_${Model;tr/ /./;tr(/\\?*:,|"<>\0)()d}.%le' -execute -if 'not $Model' '-FileName<${CreateDate}.%le' -common_args -d %Y-%m-%d_%H.%M.%S%%-c -r -P -ext jpg -ext mov -ext mp4 -ext avi -ext wav -ext 3gp -progress .
  6. ansible-role-subsonic ansible-role-subsonic Public

    Ansible Role - Subsonic

    Python 1