-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility issue with IPTVeditor importing VODs as live TV (possibly a stream URL format issue) #154
Comments
what about separating providers at the m3u level e.g
|
Separating providers doesn't make sense to me as the whole point of this project is to merge them. Also, just for clarification, do you mean generating a separate m3u playlists for each categories based on the original stream urls? |
i dont think that is what am after. in the future i would like to be able to choose between exporting live tv, movies and/or tv shows. but for this request i would like to see the ability to to 1: make sure msmp separates lives tv, from movies and tv shows (vod) as right now everything is put into |
Is using the newly implemented include and exclude features (#156) not enough for your use case? I can imagine using that along with having one instance of the proxy per category would work. I'd need a better reason for me to implement dynamic base paths as it's too cumbersome tbh. The only reasons I would probably consider doing this is if it's to increase compatibility with certain clients. |
different instances i dont think it will work. there is two requests in this post. u saying u not implementing either of them. as for a better reason, i was trying to use ur proxy with sm and use his fallback feature but i wanted to distinguish between the different providers at the time of doing the fallback stuff (which is manually) per channel. |
I see, manually setting fallback options per channel would be difficult to implement without having some sort of web interface. I'll definitely keep that feature in mind and see what I can do. Probably on a separate project as I like to modularize functionalities. But for now, i'll close this as not planned for this specific repo. I'll update you when I've decided to do it. |
Clarified on discord. Will be using this issue to track the compatibility issue with IPTVeditor importing VODs as live TV instead. |
Can you check out #160 and see if this feature is enough for your use case? |
it is working now. however, the URL scheme now has |
Yes, that is intentional. There is no such thing as a standard m3u url scheme. Closing issue as resolved |
i was able to confirm it working using another app. thank u for ur hard work |
I just noticed the new url scheme is including the original m3u username and password, is that as designed? |
Yes, it uses the same base path as the original M3U to avoid any more problems concerning keywords in URLs used to categorize some streams. |
umm interesting. this could work for distinguishing different providers but that remains to be seen. I still would like that to be customizable but I will tale this over nothing. thanks again for your hard work. |
as discussed in discord: "any plans or does it make sense on supporting
.../stream/...
,.../movie/...
and.../series/...
for separating live channels, movies and tv shows at the m3u level?"The text was updated successfully, but these errors were encountered: