Skip to content
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

Closed
aniel300 opened this issue Aug 29, 2024 · 16 comments
Labels
enhancement New feature or request

Comments

@aniel300
Copy link

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?"

@aniel300 aniel300 added the enhancement New feature or request label Aug 29, 2024
@aniel300
Copy link
Author

aniel300 commented Aug 30, 2024

what about separating providers at the m3u level e.g

.../stream/provider1namedefinedbytheuser/...
.../movie/provider2namedefinedbytheuser/...
.../series/provider3namedefinedbytheuser/...
etc

@sonroyaalmerol
Copy link
Owner

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?

@aniel300
Copy link
Author

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 .../stream/... and i also would like the ability to separate providers at the m3u level like in this example. #154 (comment)

@sonroyaalmerol
Copy link
Owner

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.

@aniel300
Copy link
Author

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.

@sonroyaalmerol
Copy link
Owner

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.

@sonroyaalmerol sonroyaalmerol closed this as not planned Won't fix, can't repro, duplicate, stale Sep 14, 2024
@sonroyaalmerol
Copy link
Owner

Clarified on discord. Will be using this issue to track the compatibility issue with IPTVeditor importing VODs as live TV instead.

@sonroyaalmerol sonroyaalmerol changed the title different base url for live channels, movies and tv shows Compatibility issue with IPTVeditor importing VODs as live TV (possibly a stream URL format issue) Sep 14, 2024
@sonroyaalmerol
Copy link
Owner

Can you check out #160 and see if this feature is enough for your use case?

@sonroyaalmerol
Copy link
Owner

sonroyaalmerol commented Sep 15, 2024

Try out #161 if that works for you @aniel300. Everything should be auto now.

@aniel300
Copy link
Author

aniel300 commented Sep 15, 2024

it is working now. however, the URL scheme now has .../proxy/... as part of it, is that intended? i don't mind but just wondering and it might also break the m3u standard scheme but idk for sure.
here is an example: http://xxx/proxy/movie/xxx/xxx/en-a-murder-to-remember-2020.mkv

@sonroyaalmerol
Copy link
Owner

Yes, that is intentional. There is no such thing as a standard m3u url scheme. Closing issue as resolved

@aniel300
Copy link
Author

aniel300 commented Sep 16, 2024

things seem to be working for tv shows but not for movies. it is not updating for some reason. trying to find out if this is a player issue...
image
Bluestacks_Md8do97w3P

@aniel300
Copy link
Author

i was able to confirm it working using another app. thank u for ur hard work

@aniel300
Copy link
Author

I just noticed the new url scheme is including the original m3u username and password, is that as designed?

@sonroyaalmerol
Copy link
Owner

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.

@aniel300
Copy link
Author

aniel300 commented Sep 17, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants