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

Channel Suggestions #1

Closed
weldon1045 opened this issue Jul 26, 2024 · 14 comments · Fixed by iptv-org/database#13067 · May be fixed by iptv-org/epg#2409
Closed

Channel Suggestions #1

weldon1045 opened this issue Jul 26, 2024 · 14 comments · Fixed by iptv-org/database#13067 · May be fixed by iptv-org/epg#2409
Assignees
Labels
enhancement New feature or request

Comments

@weldon1045
Copy link

Hello, I'm currently contributing to a Japanese IPTV list and it seems you have coverage for almost all of the channels our list currently has.

In this case, I would like to see if you could these EPG feeds, in which case if you're able to, I'd appreciate it a lot.

  • Space Shower TV (音楽・ライブ! スペースシャワーTV HD)
  • MONDO TV (MONDOTV HD)
  • Music Japan (ミュージック・ジャパン)
  • Tokyo MX2
  • TSS (新広島テレビ)

Thanks in advance.

@Animenosekai
Copy link
Owner

I'll see what I can do but I need to add them to iptv-org/epg

@Animenosekai
Copy link
Owner

Maybe they are on JCOM ?

@Animenosekai
Copy link
Owner

  • Space Shower TV (音楽・ライブ! スペースシャワーTV HD)
  • MONDO TV (MONDOTV HD)

They are already in the EPG, just didn't have any IDs attached to them, I'm currently adding them.

@Animenosekai
Copy link
Owner

TSS (新広島テレビ) doesn't seem to have an ID in iptv-org/database, should I add a temporary ID for you to use ?

@Animenosekai
Copy link
Owner

Alright seems pretty easy for Tokyo MX2, the official website uses https://s.mxtv.jp/bangumi_file/json01/SV2EPGYYYYMMDD.json

Example: https://s.mxtv.jp/bangumi_file/json01/SV2EPG20240727.json

@weldon1045
Copy link
Author

TSS (新広島テレビ) doesn't seem to have an ID in iptv-org/database, should I add a temporary ID for you to use ?

Yep, it shouldn't be a problem.

@weldon1045
Copy link
Author

In regards to Music Japan, Is the process done in a similar way to JCOM?

@Animenosekai
Copy link
Owner

For Music Japan, it needs to add another site to the iptv-org/epg repo (for example Sky Perfect) and write a parser.

@weldon1045
Copy link
Author

Another alternative I was thinking of was to consider the Bangumi.org website which has EPG for each and every Japanese channel, but I don't know if that website also requires to be added to the repository.

@Animenosekai
Copy link
Owner

@weldon1045

Another alternative I was thinking of was to consider the Bangumi.org website which has EPG for each and every Japanese channel, but I don't know if that website also requires to be added to the repository.

The problem with bangumi.org is that their EPG is purely HTML-based, meaning that to parse the information, you need to download the whole page to parse it (which is also weak to any change of the website).

Moreover, only the basic informations are here (Title, Description and Time). To try retrieving more data, there is a need to open the page of each program.

To be fair it might be possible to download the app and try to understand how their API works from here but for now JCOM's EPG works best.

@Animenosekai
Copy link
Owner

(Btw just implemented Tokyo MX2)

@Animenosekai
Copy link
Owner

Alright let's get to implementing SkyPerfect

@Animenosekai
Copy link
Owner

Alright did everything possible to add all listed channels (+ even more channels since SkyPerfect! literally has 137 channels available).

Closing this issue since this repository uses the unmerged content and should have the issue solved (feel free to open it again if you feel the need to!)

Tip

Follow the related upstream PRs iptv-org/database#13067 and iptv-org/epg#2409.

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
2 participants