NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 25 26 27 28 29 … 56 Next »
New Plugin: TV Listings (TV Guide Replacement)

 
  • 0 Vote(s) - 0 Average
New Plugin: TV Listings (TV Guide Replacement)
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#31
2006-08-17, 08:53 AM
Hi,

reven Wrote:why not just do something like
Code:
if(File.Exists(imagedir + RemoveSpecialChars(showtitle)  + ".jpg"))
previewImage = Image.FromFile(imagedir + RemoveSpecialChars(showtitle)  + ".jpg");
that way when i download new images with my vids or whatever, it will be automatically visible in the the guide, the check only takes a few milliseconds so wont impact on the performance.

and i cant remember how the recording status thing happened, it may have just been a once off, and the logs are long gone by now.

Okay, I will think about it.

-alibert
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#32
2006-08-17, 09:03 AM
Just tried the plugin with the config....that uses MDB database.
Wanted to skin the plugin for the new CommonImage based Community skin.
But no EPG listings showed up. I guess SQLlite is an absolute requirement.?
Have you looked at the Community skin project? Please join its intentions.
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#33
2006-08-17, 11:20 AM
Hi,

MixMan Wrote:Just tried the plugin with the config....that uses MDB database.
Wanted to skin the plugin for the new CommonImage based Community skin.
But no EPG listings showed up. I guess SQLlite is an absolute requirement.?

it should also work with an access-database. I just checked it again and there were no issues. Please attach your GBPVR.exe.log, and I'll have a look. I only recommend sqlite as changes in access aren't immediately written to disk and the plugin uses a filesystem watcher to get notified when the database changes.

MixMan Wrote:Have you looked at the Community skin project? Please join its intentions.
No, I haven't had a look at it. Is something wrong with the provided skin-file? It's mostly based on the default tv guide skin.

-alibert
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#34
2006-08-17, 01:33 PM
Hi,

the next release is uploaded on the wiki:

Quote:Fixed a bug with season recordings when the programme has been scheduled and cancelled before, a programme’s icon will now be still loaded from the resource directory if the download from internet failed.

-alibert
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#35
2006-08-17, 08:23 PM
alibert Wrote:Hi,



it should also work with an access-database. I just checked it again and there were no issues. Please attach your GBPVR.exe.log, and I'll have a look. I only recommend sqlite as changes in access aren't immediately written to disk and the plugin uses a filesystem watcher to get notified when the database changes.


No, I haven't had a look at it. Is something wrong with the provided skin-file? It's mostly based on the default tv guide skin.

-alibert

The log file is full of lines like this:
Rollover complete...
8/17/2006 10:18:39 PM.296 ERROR [13] at System.Data.OleDb.ColumnBinding.ValueInt32()
at System.Data.OleDb.OleDbDataReader.GetInt32(Int32 ordinal)
at GBPVR.TVListings.DatabaseHelper.GetListingsForChannel(TVChannel channel, DateTime startTime, DateTime endTime)
8/17/2006 10:18:39 PM.296 ERROR [13] TVListings: Error creating programme for channel 'CNN': Specified cast is not valid.
8/17/2006 10:18:39 PM.296 ERROR [13] at System.Data.OleDb.ColumnBinding.ValueInt32()
at System.Data.OleDb.OleDbDataReader.GetInt32(Int32 ordinal)
at GBPVR.TVListings.DatabaseHelper.GetListingsForChannel(TVChannel channel, DateTime startTime, DateTime endTime)
8/17/2006 10:18:39 PM.296 ERROR [13] TVListings: Error creating programme for channel 'CNN': Specified cast is not valid.
8/17/2006 10:18:39 PM.296 ERROR [13] at System.Data.OleDb.ColumnBinding.ValueInt32()
at System.Data.OleDb.OleDbDataReader.GetInt32(Int32 ordinal)


We are making a new skin, the Community Skin.
Have a look at this page when the Wiki is up

Common Image based Skin Files
http://gbpvr.com/pmwiki/pmwiki.php/Devel...ySkinFiles
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#36
2006-08-18, 09:29 AM
Hi,

I've uploaded again a new release on the wiki.

The changes do mostly address MixMan's problem when using the access database - I hope it will work now.

I've also changed the skin.xml-file to go conform with the SpecialElement-names sub will be using in the TV Guide in v.0.98. The settings for brightening current shows and the recording status indicators can now be made here:
Code:
<SpecialElement name="Guide" loc="120,80" size="540,280" visibleChannels="7" guideMinutes="120" scrollMinutes="60" showNavigation="true" borderWidth="2" showStatusColor="false" showStatusIcon="true" brightenCurrentShowsPercent="16"/>

The old tags "BrightenOnAirProgrammes/percent", "useBackgoundColors" and "useIndicatorIcons" are no longer supported - there was a typo anyway. So make sure that you also update your skin.xml file.

-alibert
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#37
2006-08-18, 11:25 AM
Thanks alibert for fixing the MDB support

I just say WOW, this is a really great plugin. The search functions are perfect. I will use this plugin on a daily basis.

I have started to skin the plugin for the CommonImages skin.
I had to insert Button Composite Images into the XML, since they are to wide in the Community skins, baseskin.xml file
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#38
2006-09-10, 11:08 AM
Hi,

I've just uploaded a new release of the plugin at the wiki.

Please make sure that you upgrade to the latest GBPVR-release (v0.98) before using the plugin, as it makes use of the new ISettings-interface, which makes many settings adjustable from within GBPVR (System/Settings-Screen).

Other changes are:
Quote:Added Amazon-Lookup, added support for the Settings screen in v0.98, image-files are also loaded from the resource-directory if they were added after activation of the plugin, fixed a bug with genre-colours and multiple genres of a single programme, recording-indicator-icons can also be used by the ‘Find More’-Popup.

I've already included the possibility to search on amazon, although I still have no answer from amazon regarding some legal issues, so this feature may be changed again in the near future.
I'm also not that happy with the usability of the FindMore-Popup, suggestions to the User Interface are greatly appreciated.

-alibert
agerdin
Offline

Senior Member

Posts: 692
Threads: 96
Joined: Sep 2004
#39
2006-09-11, 01:53 PM
Thanks Alibert for an excellent plugin. It has all features I would like to have in the TV Listings and I am still exploring the different options.

However, I have 2 requests for changes/new functionality which relates to the lookup to Amazon. First I would like to find the option to lookup on the first popup screen and not hidden away at the bottom of the "find more" popup. Second, since many movies gets a title translation (in my case in Swedish) it will not find a match in Amazon and I would like to have the option to manually change the search criteria.

I hope these requests are resonable and doable.

\\Anders
Heyt
Offline

Member

Posts: 106
Threads: 9
Joined: Jan 2005
#40
2006-09-11, 05:28 PM
Hi alibert,

you liked to have some suggestions for the FindMore-Popup.
I think the Popup is completely overcrowded. For me a FindMore-Popup should just find recordings with the same title. Not more.

But actually i like the other functions. Maybe you could insert a real "Find-Popup" or create a "Find-Plugin".
There you could use all the things you have in your FindMore-Popup. Insert a search string with the number keys (mobile phone style) and then search the string within title, subtile or description. Maybe restrict the search to one channel or search in all. And a genre search mode would also be a great thing too. Maybe a list of genres on the left and on the right a list of found broadcasts for the selected genre.

Maybe i'm just dreaming ... but something like this would really be great.
« Next Oldest | Next Newest »

Users browsing this thread: 2 Guest(s)

Pages (5): « Previous 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  MCEBuddy 2.x Guide To Convert .TS To .MP4 BTJustice 44 43,290 2017-11-09, 06:21 AM
Last Post: Endzone
  TV Listings 3.7.2 released alibert 0 3,006 2016-11-21, 05:13 PM
Last Post: alibert
  Schedules Direct AU and NZ guide data now available. rkulagow 10 6,985 2016-09-03, 04:29 AM
Last Post: djmorgan
  Hulu Desktop Replacement dhgb256 49 28,955 2016-01-06, 07:30 PM
Last Post: dhgb256
  Modified TV Guide for large 10' Interface Screens Lao Pan 0 1,705 2015-08-30, 07:03 AM
Last Post: Lao Pan
  TV Listings 3.7.1 released alibert 3 3,984 2015-01-10, 11:05 AM
Last Post: liteswap
  New plugin - MovieTrailers imilne 11 6,327 2014-09-25, 08:16 AM
Last Post: imilne
  HD Logos for the NPVR WebRadio Plugin Lao Pan 3 3,436 2014-02-09, 01:32 PM
Last Post: Lao Pan
  Files plugin tmrt 13 7,537 2014-01-09, 11:16 PM
Last Post: mvallevand
  TV Listings 3.7.0 released alibert 0 3,337 2013-10-23, 06:45 AM
Last Post: alibert

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode