Skip to content
View pretorh's full-sized avatar

Organizations

@nReality

Block or report pretorh

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

Pinned Loading

  1. Listing watched files on kodi (xbmc) Listing watched files on kodi (xbmc)
    1
    ## Listing watched files on kodi (xbmc)
    2
    To list the full path of all watched files that are still accessable: (assuming the sql query was saved to `list-watched-files.sql`)
    3
    
                  
    4
    `sqlite3 ~/.kodi/userdata/Database/MyVideos90.db < list-watched-files.sql | xargs -L 1 -I filename ls "filename" 2>/dev/null`
    5
    
                  
  2. dotfiles dotfiles Public

    Shared configuration ("dot") files

    Shell 1

  3. lfs-notes lfs-notes Public

    Notes taken while building Linux from scratch

    Shell 2

  4. android-builder android-builder Public

    Build tools for Android

    Shell

  5. android-publisher android-publisher Public

    A Python3 script to publish Android bundle files to the play store

    Python

  6. test-android test-android Public

    Android project with various examples/ tutorials / setups / notes

    Kotlin