Fleker / CumulusTV

Android TV Live Channel Plugin with user-entered stream files
MIT License
185 stars 72 forks source link

Custom programming #13

Closed Fleker closed 9 years ago

Fleker commented 9 years ago

Allow users to specify custom XMLtv files so you get accurate programming information.

Fleker commented 9 years ago

I'm hoping to have something ready by the end of the month.

bgiesing commented 9 years ago

@Fleker Any way to use a ics/Google Calendar? TWiT.tv is a great source and they have an auto-updating Google Calendar with the latest info. https://www.google.com/calendar/ical/mg877fp19824mj30g497frm74o%40group.calendar.google.com/public/basic.ics

Fleker commented 9 years ago

I don't think I'll go the calendar route. For live streams that run 24/7 most seem to use an XML format.

bgiesing commented 9 years ago

@Fleker Google Cal also has a XML: https://www.google.com/calendar/feeds/mg877fp19824mj30g497frm74o%40group.calendar.google.com/public/basic

Fleker commented 9 years ago

True, although it's in a different format/spec. So calendar support could appear down the line but it'll be farther down on my priority list.

bgiesing commented 9 years ago

I looked online for a way to convert to XMLTV and all the links are the opposite, XMLTV to ICS. LOL I think more people want ICS online.

Fleker commented 9 years ago

If I'm writing a custom parser for one, I think xmltv overall is more popular. I don't know if there's an ics library I can import.

bgiesing commented 9 years ago

@Fleker This maybe? https://github.com/ical4j/ical4j

Fleker commented 9 years ago

I'll look at it. If I can find a way to convert XMLTV it'll be easy to handle both.

On Sun, Aug 16, 2015, 1:23 PM Brandon Giesing notifications@github.com wrote:

@Fleker https://github.com/Fleker This maybe? https://github.com/ical4j/ical4j

— Reply to this email directly or view it on GitHub https://github.com/Fleker/CumulusTV/issues/13#issuecomment-131585155.

Fleker commented 9 years ago

I'm closing this issue because I have successfully created an XMLTV parser within the app. With regards to its integration in current channels, please refer to #36

As for using iCal, refer to #37.