Skip to content
View Lucane's full-sized avatar

Block or report Lucane

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. Ombi-app/Ombi Ombi-app/Ombi Public

    Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!

    C# 3.7k 394

  2. Formula-1-Media-Handler Formula-1-Media-Handler Public

    A console application for automatically downloading and managing media files for Formula 1 races.

    C#

  3. Stocker Stocker Public

    A stock aggregrator for keeping track of stock statuses from multiple wholesalers and a spare parts lookup for Lenovo devices.

    C#

  4. radarr-import-extra-files.ps1 radarr-import-extra-files.ps1
    1
    $ErrorActionPreference = "SilentlyContinue"
    2
    if ("$env:radarr_eventtype" -eq "test") { exit }
    3
    
                  
    4
    Stop-Transcript | out-null
    5
    $ErrorActionPreference = "Continue"