Posts

  • Absolute-Series-Scanner

    Seasons, absolute mode, Subfolders…

    A Plex Series Scanner makes the video files showing in Plex and populate the following for the video files:

    • Series name (including forced id passed to agent search() function)
    • Series year (optional)
    • Season number
    • Episode number
    • Episode title (not filled by plex default series scanner, but ASS fills it, but this will be overwritten by the metadata agent)

    If a file is not showing in plex or showing at the wrong season and/or episode number, or is not passing through the forced id, then it is a scanner issue. Anything else is metadata related and agent specific.

    If you post anything on the scanner github or thread for any issue like poster missing/wrong, episode thumbnail/screenshot/title/summary missing/wrong, then you clearly haven’t read this and need to pay the RTFM tax by donating (or you just find this the best anime scanner and/or agent, much apreciated average is 5 euros). Also applies if you want assistance but didn’t follow troubleshooting steps or include logs…

    Tags: #python

  • harmony-api

    🗼 A simple server allowing you to query/control multiple local Harmony Home Hubs over HTTP or MQTT

    Harmony API is a simple server allowing you to query/control multiple local Harmony Home Hubs and their devices over HTTP or MQTT.

    With HTTP, you can simply turn on and off activities, check hub status, and send commands to individual devices with simple HTTP requests from almost any other project.

    With MQTT, you can easily monitor the state of your devices as well as set the current activity of your hub or send specific commands per device. This makes it super easy to integrate into your existing home automation setup.

    Tags: #javascript • mqtt • harmony

  • TikTokBot

    Consider sponoring me here

    This project downloads the trending tiktok videos and compiles them into a video.

    NOTE: VERY OUT OF DATE if you want submit a PR to update the code using TikTokApi’s new versions

    NOTE This project will most likely be behind my TikTok-API. Adapt that to use FFMpeg if you want a better experience TikTok-API. I will still update this just it will most likely be a few updates behind that other repo.

    Tags: #python • tiktok • ffmpeg

  • konsta

    Mobile UI components made with Tailwind CSS

    Konsta UI - Pixel perfect mobile UI components built with Tailwind CSS with iOS and Material Design components for React, Vue & Svelte

    Tags: #javascript • mobile • ui-components

  • ruby-macho

    🔩 A pure-Ruby library for parsing Mach-O files.

    The Mach-O file format is used by macOS and iOS (among others) as a general purpose binary format for object files, executables, dynamic libraries, and so forth.

    Tags: #ruby • apple • ruby-library

  • react-native-background-job

    Schedule background jobs in React Native that run your JavaScript when your app is in the background/killed.

    Schedule background jobs that run your JavaScript when your app is in the background or if you feel brave even in foreground.

    The jobs will run even if the app has been closed and, by default, also persists over restarts.

    This library relies on React Native’s HeadlessJS which is currently only supported on Android.

    On the native side it uses either Firebase JobDispatcher or a AlarmManager.

    • Firebase JobDispatcher (default): The jobs can’t be scheduled exactly and depending on the Android API version different period time is allowed. FirebaseJobDispatcher is the most battery efficient backward compatible way of scheduling background tasks.

    • AlarmManager by setting exact to true: Simple propriatery implementation that is only ment to be used while testing. It only cares about executing on time, all other parameters are ignored - job is not persisted on reboot.

    Tags: #java • react-native • scheduled-jobs

  • nextrtc-signaling-server

    NextRTC is simple WebRTC signaling server written in java. It provides signal exchange and easy to integrate API

    NextRTC is a rich java library providing WebRTC signaling server. You can use it as standalone web application, or add it as a tenant to your existing Spring application. It uses WebSocket (JSR 356) to communicate with clients. Front end client to NextRTC is available here.

    Tags: #java • nextrtc • webrtc

  • CacoCloud

    A simple, fast and secure PHP/AngularJS based feed and mail reader, password and bookmark manager.

    A simple, fast and secure PHP/AngularJS based single user feed and mail reader, password and bookmark manager. CacoCloud is divided into a RESTful PHP backend storing all data into a SQLite database and an SPA frontend based on AngularJs.

    I have mainly written CacoCloud to fit my personal needs, but maybe it fits your needs, too.

    You can find some screenshots in the wiki.

    Tags: #php

  • folio

    Page based routing for Laravel.

    Laravel Folio is a powerful page based router designed to simplify routing in Laravel applications.

    Tags: #php

  • Reconnoitre

    A security tool for multithreaded information gathering and service enumeration whilst building directory structures to store results, along with writing out recommendations for further testing.

    Reconnoitre although a well loved tool I’ve maintained for a few years now, in my opinion, pales in functionality to building your own enumeration approach within Interlace. I strongly recommend anybody looking to take Infosec beyond the OSCP to spend some time looking into this project.

    Tags: #python • oscp • penetration-testing

subscribe via RSS