What's new

DOWNLOAD Create Movies and TV Series Video on Demand (VOD) Playlist's Using Xtream Codes or M3U8

ciasny

ciasny

Moderator
Moderator
VIP
Registered
Joined
Oct 22, 2023
Messages
304
Points
93
Offline
Create Movies and TV Series Video on Demand (VOD) Playlist's Using Xtream Codes or M3U8
Create Movies and TV Series Video on Demand (VOD) Playlist's using Xtream Codes or M3U8 Format.
Generate video-on-demand movie and TV series playlists effortlessly with this script. The script utilizes TMDB and Real Debrid (with a few direct sources that do not require a Real Debrid API key) to dynamically create playlists. By emulating Xtream Codes apps like Tivimate, IPTV Streamers Pro, XCIPTV Player, NexTV, and others, it provides comprehensive metadata including descriptions, cast and crew details, trailers, poster images, and backdrop images.

Please upgrade your account to access the hidden content.
Please upgrade your account to access the hidden content.
Please upgrade your account to access the hidden content.
Please upgrade your account to access the hidden content.
Please upgrade your account to access the hidden content.
Please upgrade your account to access the hidden content.
Please upgrade your account to access the hidden content.
Please upgrade your account to access the hidden content.
Please upgrade your account to access the hidden content.
Please upgrade your account to access the hidden content.

Please upgrade your account to access the hidden content.

  • Dynamic playlist generation for movies and TV series
  • Integration with TMDB and Real Debrid for enhanced content retrieval
  • Emulation of Xtream Codes apps for full metadata details
  • Inclusion of Daddylive HD as a Live TV source (load daddylive_playlist_m3u.php as an M3U List).
    If you get a 403 error while playing the live tv try using an external player like the MxPlayer.
  • Support for configuring referrer for playing live streams
  • Automatic caching of found links for efficient playback

Setup Video:​



Please upgrade your account to access the hidden content.


Begin by configuring the script with a mandatory free TMDB API key and an optional Real Debrid private key.
Run the Scripts: Execute create_playlist.php for movies and create_tv_playlist.php for TV series. Schedule these two files to run once or twice daily using Windows Scheduler or as a cron job through your hosting panel.
Xtream Codes Integration: Once the scripts have been executed at least once, you can enter your IP address or domain as an Xtream Codes server. The username and password can be set to anything since the script doesn't require authentication. This will automatically load the previously generated Movies and TV Series playlists into the app.
Non-Xtream Codes Apps: If your app does not support Xtream Codes, locate the playlist.m3u8 in the same folder after running create_playlist.php and load it as an M3U playlist. Note that M3U playlists are available for movies and live TV only; TV series cannot be loaded as an M3U playlist.
Playback: Once everything is set up and the playlists are loaded, you should be able to play a video. Clicking the play button will trigger the script to search multiple websites in the background for a playable link. Please be patient and allow some time for a link to be found and streaming to commence. The script caches and stores the found link for approximately 3 hours, aligning with the typical access token expiration of most direct sources, which occurs at around 4 hours.
Local Hosting: If you lack a hosting company to run this extremely lightweight script, you can install and run software on your desktop computer like Xampp.

Please upgrade your account to access the hidden content.

This project started as a weekend experiment to learn how to code. I'm committed to refining and expanding it if there's enough interest from users like you. Your feedback and support are invaluable!

Please upgrade your account to access the hidden content.

This script retrieves movie information from TMDB and searches for related content on third-party websites. The legality of streaming or downloading content through these websites is uncertain. Please exercise caution and consider the legal and ethical implications of using this script to access and consume copyrighted content. Always respect copyright laws and the terms of service of the websites you visit.
Important: Make sure to put this into the root folder since some apps do not work well with sub directories.
Updated (12/08/2023):
Added the Premiumize service as an alternative to Real-Debrid. (used only with torrent sites)
Added threads when searching torrent sites for magnet links. (speeds up the time it takes to find a link)
Added and fixed direct movie and tv show sources as well as more link extractors.
Added TheTvApp sports section in the Live TV Playlist (set your app to load epg and playlist every 12 hours or less.)
Added PlutoTV to the live tv playlist (Multi Languages Here:
Please upgrade your account to access the hidden content.
)
Redesigned the Live TV and DaddyLive functions and playlist. (all of the images in the playlist are working)
Fixed a lot of bugs in the torrent search and filtering functions. (it finds links much more often now)
Fixed the sorting by resolution and more likely to get higher quality links (torrent sites)
After installation open the Read Me.txt or load the http://YOUR_IP_ADDRESS/info.php in your browser.
Overall this update should fix a lot of the problems I am sure that you were having. I'm learning as I go and the old code had a lot of problems that I have now fixed.
Updated (12/14/2023):
Added a few more torrent sites (limetorrents.cc, torrentz2.nz, knaben.eu)
Added throttling for multiple request to the same tmdb id.
Fixed another bug when selecting by resolution
Adjusted .htaccess so Live TV works with Streamers V4
Files changed:
play.php and .htaccess
 

Attachments

  • tmdb-to-vod-playlist.zip
    74.5 KB · Views: 4
ciasny

ciasny

Moderator
Moderator
VIP
Registered
Joined
Oct 22, 2023
Messages
304
Points
93
Offline
Which playlist were you wanting to turn into m3u? If you are asking about the TheTVApp as m3u I have attached it below. Just replace IP_ADDRESS with your ip address or domain and load it.
 

Attachments

  • TheTVApp.zip
    3.1 KB · Views: 2
Top