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

Enhancement Request: EPG TV Show Category and Advisory #16

Open
andrewfblake opened this issue Jun 3, 2016 · 4 comments
Open

Enhancement Request: EPG TV Show Category and Advisory #16

andrewfblake opened this issue Jun 3, 2016 · 4 comments

Comments

@andrewfblake
Copy link

Hi again,

Just a quick question to see if it would be possible to get the Category of the TV Show (i.e. "Entertainment" or its Id?) and the Advisory (PG, 18+ etc) in the Output? ... Having a look at a sample output i've captured the descriptorTag always seems to be 77 which i'm guessing means video as its 72 for the radio channels? Sorry if its there and i'm missing something here?!

Currently using the command line (using it in Brisbane Australia, DVBT)
dvbtee.exe -F infile.ts -j

I'm a .NET guy so doing updates will be over my head i'm afraid! But very happy to be a tester or contribute with writing some documentation or wikis whatever I can! :-)

Thanks,

Andrew

@mkrufky
Copy link
Owner

mkrufky commented Jun 3, 2016

Hello @andrewfblake . Descriptors tagged 77 are called short event descriptors and are parsed by the desc_4d parser. These are used to describe any event. Do you know for sure that the Australian PSIP tables contain categories and advisory ratings in the output? It sounds familiar and I don't doubt it, but in order to add such support, I will need to get some sample streams. (I live in New York) Can you capture some streams and post them somewhere for me to download? They should be at least a minute or so long.

Libdvbtee really could use a wiki... If you're volunteering to write documentation or wikis, this project could really use that kind of contribution :-)

@andrewfblake
Copy link
Author

@topherk6
Copy link

Hi Team/Sir :P - Just checking in on this enhancement if at all possible. dvbtee is doing a great job at not just 1 EPG/EIT stream, but also at listening to IPTV Headend 'barker' channels which combine all of the EPG into a single multicast stream - So, nice one! The last few pieces for me are some extended descriptor tags. 0x54 contains show category/genre and 0x55 has ratings (at least here in Australia).

eit

Happy to help out with any captures you might need

@mkrufky
Copy link
Owner

mkrufky commented May 23, 2023

I'd love to have this added. I didn't realize how much time had gone by :-/ Would you be willing to take a stab at it? libdvbtee has it's own plugin system that makes it very easy to add support for new tables and descriptors.

Here's an example commit that adds a new descriptor:
a0eab95

I would do it myself, but I'm swamped. I'm here if you have any questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants