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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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. dotfilesdotfilesPublic

    Shared configuration ("dot") files

    Shell 1

  3. lfs-noteslfs-notesPublic

    Notes taken while building Linux from scratch

    Shell 2

  4. android-builderandroid-builderPublic

    Build tools for Android

    Shell

  5. android-publisherandroid-publisherPublic

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

    Python

  6. test-androidtest-androidPublic

    Android project with various examples/ tutorials / setups / notes

    Kotlin