gogetta69 / TMDB-To-VOD-Playlist

Generate dynamic playlists for Live TV, Movies and TV Series using a mock version of Xtream Codes. Create IPTV, Movies and Series playlists with comprehensive metadata. Streaming links located using TMDB, Real-Debrid, Premiumize and Direct Sources. Ideal for use with apps like iMplayer, Tivimate, IPTV Streamers Pro, XCIPTV Player and more.
Other
57 stars 14 forks source link

Issue fetching new providers #16

Open kobacat opened 2 weeks ago

kobacat commented 2 weeks ago

Hi there, I installed this repo and I've been running it off my own PC for a while and it's worked fantastic so far. Recently, I did notice you added some new providers. I'm just curious what the best way to update the repo would be so I can access them?

gogetta69 commented 1 week ago

Using git pull:

If you've already cloned the repository, the most efficient way to get the latest changes is to run git pull. This command fetches the updates from the remote repository and merges them into your local copy, only changing files that have been modified since your last pull.

git pull origin main

Important: Make sure to back up the config.php. The git pull command will overwrite these files if there were updates made in it.

Alternatively, you can achieve the same result by downloading the repository as a ZIP file, extracting it, and overwriting the files in your local directory.