Jellyfin Forum
SchedulesDirect: request that a Jellyfin developer contact me - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Development (https://forum.jellyfin.org/f-development)
+--- Forum: Server Development (https://forum.jellyfin.org/f-server-development)
+--- Thread: SchedulesDirect: request that a Jellyfin developer contact me (/t-schedulesdirect-request-that-a-jellyfin-developer-contact-me)

Pages: 1 2 3 4 5 6


RE: SchedulesDirect: request that a Jellyfin developer contact me - rmeden - 2024-12-14

(2024-12-04, 03:36 PM)snowinrv2 Wrote: I have configured my TV Guide Data Providers for XMLTV to use an XML file with listings data that I generate once a day from SchedulesDirect using tv_grab_na_dd.  There's 2 downsides to this approach:
1 - my generated listings file does not contain season and episode numbers so ignore duplicate recordings setting does not work.
2 - any recordings previously scheduled under the Schedules Direct configuration are ignored.  I had to set up new recording schedules.
It's much cleaner to use the SchedulesDirect listing provider directly.

The SD-DD service (used by tv_grab_na_dd doesn't have Season/Episode numbers as you mention.
The SD-JSON service (used by tv_grab_zz_sdjson,tv_grab_zz_sdjson_sqlite and Jellyfin) does. 

If you're still blocked, disable JellyFin's SD support and open a lineup support ticket asking for the block to be removed and try one of the sdjson grabbers.  Note: if you don't disable Jellyfin SD access first, you'll get blocked in a few minutes (5000 login failures!)


RE: SchedulesDirect: request that a Jellyfin developer contact me - snowinrv2 - 2024-12-15

Thank you for the tip to use tv_grab_zz_sdjson.


RE: SchedulesDirect: request that a Jellyfin developer contact me - terpfan1980 - 2024-12-16

Failing here also Slightly-frowning-face


RE: SchedulesDirect: request that a Jellyfin developer contact me - Brian - 2024-12-16

Sad to see the Schedules Direct issue has reemerged after apparent resolution.


RE: SchedulesDirect: request that a Jellyfin developer contact me - Dleewee - 2024-12-17

(2024-12-16, 04:06 PM)Brian Wrote: Sad to see the Schedules Direct issue has reemerged after apparent resolution.

Up to this point there has not been any resolution, only the SD team did a 1-time unblock on all accounts. With the issue persisting, all accounts were locked out once again after a day or two of the failing cached credentials.


RE: SchedulesDirect: request that a Jellyfin developer contact me - Brian - 2024-12-17

Thanks for the clarification, Dleewee


RE: SchedulesDirect: request that a Jellyfin developer contact me - Tom Daly - 2024-12-21

I have managed to get the populated file with guide info with SD using both tv_grab_na_dd and tv_grab_zz_sdjson, I add them to jellyfin and have them enabled for my HD Home Run devices, but when I try to map the channels, the dialog box is empty.  I have another EPG I use for some IPTV that enables me to map channels, so I know the process can work on my set up.  After a lot of trial and error and reading the logs, I had a permissions error.  The grabber wrote the file without jellyfin having access.  Once that was corrected, it all went well.  I suppose as a seasoned linux user, that is where I should have started.

That said, this is a very poor workaround.  At this point, I have not found a way to grab more than one lineup without deleting the the config file, and the need to modify the permissions after each update makes this more trouble than it is worth.  Here is to hoping that SD and jellyfin can sort this out.

SOLUTION FOR ME:
This post:
https://forums.schedulesdirect.org/viewtopic.php?t=591
Gives you the procedure to have multiple configurations for multiple lineups.

I am running this on linux ubuntu / mint.
Make sure that the config files are in the folder you run the command in and output the xmltv file, make sure the permissions are appropriate.
On linux you can run the grab commands in series by adding && between them. 
I added a cronjob to make it run each morning at 3 am.  I am hoping this automates the whole process for me and I can not worry about the plugin being fixed.
At the very least, I have one command to run to get all lineups.


RE: SchedulesDirect: request that a Jellyfin developer contact me - finicky6457 - 2024-12-23

(2024-12-14, 12:41 AM)rmeden Wrote: The SD-DD service (used by tv_grab_na_dd doesn't have Season/Episode numbers as you mention.
The SD-JSON service (used by tv_grab_zz_sdjson,tv_grab_zz_sdjson_sqlite and Jellyfin) does. 

If you're still blocked, disable JellyFin's SD support and open a lineup support ticket asking for the block to be removed and try one of the sdjson grabbers.  Note: if you don't disable Jellyfin SD access first, you'll get blocked in a few minutes (5000 login failures!)

Does the SD-JSON service provide more information such as Seasons and Episode numbers that were lost in the XML version?


RE: SchedulesDirect: request that a Jellyfin developer contact me - rmeden - 2024-12-30

(2024-12-23, 03:07 AM)finicky6457 Wrote: Does the SD-JSON service provide more information such as Seasons and Episode numbers that were lost in the XML version?
Yes, SD-JSON is the service used by tv_grab_zz_sdjson, tv_grab_zz_sdjson and even Jellyfin Smiling-face   it provides season/episode numbers.


RE: SchedulesDirect: request that a Jellyfin developer contact me - ScottiBYTE - 2024-12-31

I am hoping for a quick solution to this one. Part of the reason we use Schedules Direct is simplicity in not having to download xml files and have it automated.