MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal TV-Server 1 » Help on Development » Development


Development You want to code something for the TV-Server? Share it in here!

Reply
 
Thread Tools Display Modes
Old 2007-09-20, 10:16   #61 (permalink)
Portal Member
 
dvdfreak's Avatar
 
Join Date: Jun 2006
Posts: 527
Thanks: 0
Thanked 29 Times in 16 Posts

Country:

My System

Default

Quote:
Originally Posted by The_Stig View Post
See my edit above with log. Its on XP Pro SP2.
Yes, thanks! I think I know what the problem may be. During install I'm giving "Everyone" access to the "xmltv" subdirectory, and it seems that this may be giving problems on some XP machines.

And I think I just realized why: you are running a German XP, so there is no "Everyone" Darn, how stupid of me.

OK, let me check out how do do this properly, without using the english string...

UPDATE

OK, the problem should be fixed! I've replaced the setup in the first posting.

Let me know if everything works as it should now, sorry for the false start...

UPDATE 2

Install confirmed to work fine now, also on non-english Windows.

Last edited by dvdfreak; 2007-09-20 at 10:56. Reason: Automerged Doublepost
dvdfreak is offline   Reply With Quote
Old 2007-09-20, 11:14   #62 (permalink)
Portal Tester
 
The_Stig's Avatar
 
Join Date: Apr 2005
Posts: 712
Thanks: 19
Thanked 2 Times in 2 Posts

My System

Default

Seems to be issues with different xml currently. So users pls post some tvguide.xml's here for dvdfreak to test.

Here is mine:

http://pastebin.team-mediaportal.com...php?show=13035

Regards.
__________________
Some say he works as a tester for Team Mediaportal and some say that he smells bugs, even before they are written into the Code. All we know is, he's called
The Stig.
The_Stig is offline   Reply With Quote
Old 2007-09-20, 11:55   #63 (permalink)
Portal Member
 
dvdfreak's Avatar
 
Join Date: Jun 2006
Posts: 527
Thanks: 0
Thanked 29 Times in 16 Posts

Country:

My System

Default

Quote:
Originally Posted by The_Stig View Post
Seems to be issues with different xml currently. So users pls post some tvguide.xml's here for dvdfreak to test.

Here is mine:

http://pastebin.team-mediaportal.com...php?show=13035

Regards.
Yes, it seems WebEPG doesn't always (or even never?) provide a stop-time for programs. I'll have to take that into account, my XMLTV importer is rather strict at the moment.

Your guide will be a great help in helping me fix this issue.

Another thing: I never notice any episode-titles in your data. Is this a limitation of the guide source you are using? Or a limitation of WebEPG?
dvdfreak is offline   Reply With Quote
Old 2007-09-20, 12:30   #64 (permalink)
Portal Tester
 
The_Stig's Avatar
 
Join Date: Apr 2005
Posts: 712
Thanks: 19
Thanked 2 Times in 2 Posts

My System

Default

As we figured out it seems that many sources dont use the episode titles unfortunately...
__________________
Some say he works as a tester for Team Mediaportal and some say that he smells bugs, even before they are written into the Code. All we know is, he's called
The Stig.
The_Stig is offline   Reply With Quote
Old 2007-09-20, 14:20   #65 (permalink)
Portal Member
 
dvdfreak's Avatar
 
Join Date: Jun 2006
Posts: 527
Thanks: 0
Thanked 29 Times in 16 Posts

Country:

My System

Default

I just refreshed the TvScheduler.Setup.zip in the first posting. The following things are now fixed since the very first upload this morning:
  • Fix for broken guide data: if a programme's stop time is missing the start time of the following program is used as a fallback (if there is a next programme).
  • Encoding of XMLTV files is now read from the first line of the guide file.
  • Bug fix: permission to xmltv directory for "Everyone" is now also working for non-english installations.

If you tested with the previous version I would suggest you delete all guide and channel data:

Code:
 DELETE FROM GuideProgram
 DELETE FROM TvChannel
 DELETE FROM GuideChannel
I will add a way to delete all program data to the next version of the Management Console so you don't have to run these SQL commands manually. But for now I'm afraid this is the only way

Last edited by dvdfreak; 2007-09-20 at 14:59.
dvdfreak is offline   Reply With Quote
Old 2007-09-20, 20:38   #66 (permalink)
Portal Member
 
dvdfreak's Avatar
 
Join Date: Jun 2006
Posts: 527
Thanks: 0
Thanked 29 Times in 16 Posts

Country:

My System

Default

Another refresh of the setup files.

I added more robust exception handling. If you get an "Unexpected error" messagebox in the Management Console, please check the system's Application event log (eventvwr.exe) for TvScheduler errors. Thanks!
dvdfreak is offline   Reply With Quote
Old 2007-09-23, 15:41   #67 (permalink)
Portal Member
 
dvdfreak's Avatar
 
Join Date: Jun 2006
Posts: 527
Thanks: 0
Thanked 29 Times in 16 Posts

Country:

My System

Default

Has anyone had a chance to test this further?

Only one known issue so far:
  • Scheduling something "On date:" crashes for some people, still waiting on feedback.

So either noone is testing this (if so, not so good ), or there are no further issues with the beta (if so, great )
dvdfreak is offline   Reply With Quote
Old 2007-09-23, 16:53   #68 (permalink)
Portal Member
 
Join Date: Jul 2005
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

Works very well for me.

I tried setting up a single recording for a program with the "On date:" an it didn't crash.

It took me a while to get the client/server connection but i works now, albeit a bit slow but it works.

It would be nice to get a calendar popup when choosing a date in the 'When' section. Another nice feature would be to be able to edit and delete recordings from the 'Upcoming recordings' and also create new function from the tvguide. One thing that annoyed me was the sorting of the channel list, it wasn't what I was used to. But I guess that'll come with time.

Other than that a great piece of software, just hope it will be integrated with TVE3 and MP.

// Jacob

I forgot to mention another feature request, to be able to set defaults like pre- and post recording times so I don't have to set them manually everytime.

// Jacob

Last edited by jake78; 2007-09-23 at 17:00. Reason: Automerged Doublepost
jake78 is offline   Reply With Quote
Old 2007-09-24, 12:15   #69 (permalink)
Portal Member
 
dvdfreak's Avatar
 
Join Date: Jun 2006
Posts: 527
Thanks: 0
Thanked 29 Times in 16 Posts

Country:

My System

Default

Quote:
Originally Posted by jake78 View Post
Works very well for me.

I tried setting up a single recording for a program with the "On date:" an it didn't crash.
Cool! Are you using MySQL or SQL Express?

Quote:
Originally Posted by jake78 View Post
It took me a while to get the client/server connection but i works now, albeit a bit slow but it works.
So are you using this multi-seat? Or is it even slow single-seat? Using the HTTP or the TCP connection?

Quote:
Originally Posted by jake78 View Post
It would be nice to get a calendar popup when choosing a date in the 'When' section. Another nice feature would be to be able to edit and delete recordings from the 'Upcoming recordings' and also create new function from the tvguide. One thing that annoyed me was the sorting of the channel list, it wasn't what I was used to. But I guess that'll come with time.
For the calendar I'm using the standard DateTimePicker from .NET and I'm pretty sure it should have a popup (arrow on the right hand side), but perhaps for some reason it doesn't on your machine.

Cancelling recordings from the Upcoming Recordings screen will be possible, it's a feature I have not implemented yet. But thanks for mentioning this, it's definately an important feature!

Scheduling a new recording should be possible from the TV Guide: right-click on a program and you will get a popup menu with some recording options. If this doesn't work for you, let me know.

Also keep in mind this is only the management console for TvScheduler, so it's not supposed to be the way for an end-user to use the scheduler. It's definitely a big plus if you can do a lot from the console, but the real GUI should be in MediaPortal of course

Quote:
Originally Posted by jake78 View Post
Other than that a great piece of software, just hope it will be integrated with TVE3 and MP.

// Jacob
Thanks!

Quote:
Originally Posted by jake78 View Post
I forgot to mention another feature request, to be able to set defaults like pre- and post recording times so I don't have to set them manually everytime.

// Jacob
A settings form should be coming in the next version of the Management Console, I have indeed foreseen some global settings which include global pre- and post-recording times (that's why they are optional when you create a new schedule).

Thanks for the feedback!
dvdfreak is offline   Reply With Quote
Old 2007-09-24, 14:49   #70 (permalink)
Portal Member
 
Join Date: Jul 2005
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

I'm using SQL Express.

I'm running a single-seat and I have tried both TCP and HTTP from different machines? How can I change mode and IP address without reinstalling the client?

How does the service decide on what IP it listens to?

Regarding the scheduling in tv-guide, I was thinking more of a button to create a new clean custom rule. Like the one in 'Scheduled recordings'.

I think this it's a great GUI, especially using it via the network. I would probably use this type of GUI more.

As for the calendar popup, it works now... probably a bug in .NET.

// Jacob
jake78 is offline   Reply With Quote
Reply

Bookmarks

Tags
rulebased, service, tvscheduler

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Bug Report: Error when editing logo rule ccMatrix My TVSeries 1 2007-05-09 09:29
One remote to rule them all? fathead General Support 5 2006-01-06 17:37
Media Portal Developers Rule! Jaguarius MediaPortal 1 Talk 1 2005-11-11 16:00


All times are GMT +1. The time now is 23:13.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress