Giter Club home page Giter Club logo

telebloop's People

Contributors

dependabot[bot] avatar makstermaki avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

granniemaymay

telebloop's Issues

Add custom chunk sizes per show on a channel

When there 2 or more shows on a single channel, add the ability to set the specific chunk size for each show individually. Ex. If Show A and Show B are on the shame channel, the user is able to set it such that Show A will play 60 min of content for every 30 min of content for Show B.

Add checks to see if a show directory has been updated

When the application starts, it first scans all of the passed in TV show directories and processes the media files. On a subsequent run, the application will see that it has already processed a TV show directory and would just skip it. Extra checks should be added so if the media files have changed, such as some files being deleted or new ones appearing, the directory is reprocessed and the channels are updated as needed.

Implement channels which contain multiple series

Add the ability to create a channel that sources media from multiple series.

Currently, when a channel is created, it is directly linked with a specific series. This should change to allow multiple series being connected to a channel.

TV guide gradually gets out of sync with video stream

As the stream progresses, the start and end time of episodes in the TV guide gradually become out of sync to the video stream. This is due to how FFmpeg is concating the files together. When contacting videos together, the resulting output file has a longer runtime than the runtimes of the source files added together.

Implement randomly ordered channels

Currently channels only run in sequential order. A new option should be added to the configuration file so that instead, the episodes are played in random order.

Along with this new option, a sub-option should be added of chunk size. When playing the episodes for a show in random order, the show will first be split into chunks of the user set size and then play in random order.

Update the encoder to allow accepting of media files of different codecs/types

The application should be updated to allow having media files of different codecs/types in the same channel.

Currently, a channel can only be made up of source media files that are the same type due to the ffmpeg command being used to start the stream. There are multiple ways this can attempted to be solved. One is the addition of functionality which preprocesses files into a standard media format can be added to allow the acceptance of any media type. Another is by updating the ffmpeg command used so instead of only copying the video and audio streams, it transcodes them. Note that a live transcoding solution would lead to a very large server processing load, especially if many channels would be running at once with transcoding on.

Logo support

Add ability to pass in a logo file into the config parameters for a channel. The logo file will need to be linked to into the generated m3u file.

Add ability to tag scanned content

Currently, when a TV show is added to the database, only the show name is passed in along side it. To then add that show to a channel, the specific show needs to be passed to the channel. This means for a channel to have 10 shows, all 10 shows would have to be passed to the channel. Instead of having to pass every single show to be played on a channel manually, a tagging system should be implemented for the scanned content. When a show is then added to be scanned, not only will the name of the show be passed, a list of tags may also be passed. Then on channel creation, a set of tags can be passed in and all shows with those tags would be used to generate the channel.

Add Docker support

The scripts should be packaged into a Docker container for easy deployment and usage.

Add ability to update an already running channel

Currently, the application only checks if a channel is already running on every run. If between runs, a new show is added to an already running channel, the application will simply see the channel is already running and skip processing of the channel. Additional functionality should be added where the application completes a "deep check" on the running channel, not only checking if it's running but also checking the configuration settings for the channel. If any configuration changes have been made, the channel should be killed, and restarted with the updating settings.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.