dizquetv VS exhibitor

Compare dizquetv vs exhibitor and see what are their differences.

dizquetv

Create live TV channels from your own media. Access the streams using the simulated HDHomerun tuner or the generated M3U URl. (by vexorian)

exhibitor

Snappy and delightful React component workshop (by samhuk)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
dizquetv exhibitor
104 6
1,300 8
- -
7.4 6.8
3 months ago 12 months ago
JavaScript TypeScript
zlib License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

dizquetv

Posts with mentions or reviews of dizquetv. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-26.
  • Simulate Live TV
    1 project | /r/PleX | 5 Dec 2023
  • Making TV Useful For My 94-yr-old Aunt
    2 projects | news.ycombinator.com | 26 Oct 2023
    In my experience, modern entertainment takes too much cognitive load to get up and running. With streaming/on demand, I have to make pointed decisions on what show I'm watching. I don't always want to make a decision right now of what to watch, I just want to watch something that's good enough or fits a certain theme. TV Channel creation programs, like DizqueTV[0] or ErsatzTV[1] have taken the load off, or at least lets me do that cognitive work in advance when making the channels.

    You still need some way to get input to swap between these digital channels (I use Plex to surface my shows and schedule), but if you have existing local content it really feels like the "old" way of doing TV. You can even add commercials between episodes if you wanted!

    I'm not sure if I'd call this foolproof for a 94-year-old, especially since sometimes the software needs to restart, but it's a step above modern streaming IMO.

    [0] https://github.com/vexorian/dizquetv

  • Watch TV from the 90s (and Earlier)
    6 projects | news.ycombinator.com | 28 Jul 2023
  • Automatic photo tagging ending May 31
    5 projects | /r/PleX | 10 May 2023
    Check out https://github.com/vexorian/dizquetv
  • Gotta love smart playlists. Just started messing with some advanced filters and the results are great.
    1 project | /r/PleX | 10 May 2023
  • Ask HN: Most interesting tech you built for just yourself?
    149 projects | news.ycombinator.com | 27 Apr 2023
    For those interested in doing something similar there's a Plex add-on for making custom TV channels:

    https://github.com/vexorian/dizquetv

    Personally I want almost this. I want to rotate the TV shows my kids watch in the morning but I don't want to start part way through a show (the one part of the old analogue experience that I don't miss at all). Difficult to square that circle.

  • Feature request
    1 project | /r/TiviMate | 17 Apr 2023
  • Seperate dizqueTV Instances on 15-20 Devices
    1 project | /r/dizqueTV | 16 Apr 2023
    My idea is for each screen plugged in to its own Raspberry Pi 4 Model B 4GB running at the CLI. The Pi would have its own instance of dizqueTV and its stream viewed through some type of custom program running SMPlayer that is also on the PI and outputting the to hdmi port. DizqueTV would have FFMPEG disabled and the content directly accessed per this guide: https://github.com/vexorian/dizquetv/wiki/Raspberry-guide
  • Gamechanger Plex TV channels with dizquetv. Didn't know about this until tonight!
    3 projects | /r/PleX | 15 Apr 2023
    I have a potato (J4105) Plex server and tried DizqueTV, ErsatzTV and Jason's DizqueTV fork very recently. But I couldn't get it stable unfortunately. When one series would work great, another one wouldn't, or even refused to play. Or certain program boundaries made the player crash from time to time. And watermark overlays were another story of it's own.
  • Making My Own Syndication/Re-run Channel
    2 projects | /r/PleX | 14 Apr 2023

exhibitor

Posts with mentions or reviews of exhibitor. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-27.
  • Ask HN: Most interesting tech you built for just yourself?
    149 projects | news.ycombinator.com | 27 Apr 2023
    TL;DR: A React front-end component workshop, a simple version of Storybook.

    So around 5 months ago, I needed a tool to preview front-end (React) components whilst I create them for a personal project of mine. There were two options: Storybook or Ladle.

    Storybook is the tool everybody knows. I've used it before quite a lot. It's very big, full-fat, supports loads of use-cases, etc.

    Ladle comes out of Uber. It's very small, lean, and doesn't support that much. After trying it out for a while, it just gives me a feeling like it's a 20% project to learn some new tech.

    So I realised that I wanted something kind of in the middle. Something that's a bit more customizable than Ladle, but something much simpler and less intrusive than Storybook.

    This led me to create Exhibitor (https://github.com/samhuk/exhibitor) (https://demo.exhibitor.dev).

    I worked on it on-and-off for a couple months, and it ended up being something that I'm quite proud of. It's not perfect, and supports only a fraction of what Storybook does, however for a tool made by 1 engineer vs the 20+ for Storybook, I'm quite happy about it!

  • Show HN: Exhibitor – Snappy and delightful React component workshop
    1 project | news.ycombinator.com | 16 Mar 2023
    Exhibitor, a snappy & delightful React component workshop, is GA. My aim is for Exhibitor to be an extremely fast, easy to use, and delightful tool for creating front-end component libraries.

    It's been around 2 months since my last mention and quite a tonne has changed.

    Wiki: https://github.com/samhuk/exhibitor/wiki

  • Show HN: DriftDB is an open source WebSocket back end for real-time apps
    15 projects | news.ycombinator.com | 3 Feb 2023
    Looks interesting. Coincidentally, I've just completed the bulk of work on a distributed Websocket network system to synchronize certain bits of state between multiple clients for my own kind of Storybook tool [0]. How interesting!

    This kind of tool is exactly what I would have needed, instead of the approach I've taken which is a bit kludgy, grass-roots, novice-like, etc.

    Good work :)

    [0] https://github.com/samhuk/exhibitor/pull/22

  • Ask HN: What have you created that deserves a second chance on HN?
    44 projects | news.ycombinator.com | 26 Jan 2023
    I was a bit deflated when my submission about https://github.com/samhuk/exhibitor fell through the HN floor-boards.

    Think Storybook but simpler, faster, better Typescript support, and uses esbuild by default.

    ...Is the aim. I'm the sole lead dev working on it at the moment up against the ~10-20 strong team who built most of Storybook, so it's a long road ahead, but it's growing into something I'm quite proud of and happy about.

  • Show HN: Exhibitor – Snappy, no-fuss, delightful React component workshop
    1 project | news.ycombinator.com | 11 Jan 2023

What are some alternatives?

When comparing dizquetv and exhibitor you can also consider the following projects:

ErsatzTV - Stream custom live channels using your own media

epub2tts - Turn an epub or text file into an audiobook

xTeVe - M3U Proxy for Plex DVR and Emby Live TV

MLVPN - Multi-link VPN (ADSL/SDSL/xDSL/Network aggregation / bonding)

pseudotv - Create live TV channels from your own media. Access the streams using the simulated HDHomerun tuner or the generated M3U URl.

scheme-for-max - Max/MSP external for scripting and live coding Max with s7 Scheme Lisp

Kometa - Python script to update metadata information for items in plex as well as automatically build collections and playlists. The Wiki Documentation is linked below.

mqtt-to-kafka-bridge - Move your messages from MQTT to Apache Kafka in real-time :rocket:

requestrr - Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat. Current platform is Discord only, but the bot was built around the ideology of quick adaptation for new features as well as new platforms.

brethap

Kodi Home Theater Software - Kodi is an award-winning free and open source home theater/media center software and entertainment hub for digital media. With its beautiful interface and powerful skinning engine, it's available for Android, BSD, Linux, macOS, iOS, tvOS and Windows.

ratarmount - Access large archives as a filesystem efficiently, e.g., TAR, RAR, ZIP, GZ, BZ2, XZ, ZSTD archives