NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) NextPVR Enhanced Web Admin (NEWA) v
« Previous 1 … 18 19 20 21 22 … 47 Next »
Search with Swedish national characters...

 
  • 0 Vote(s) - 0 Average
Search with Swedish national characters...
miniGranis
Offline

Junior Member

Posts: 13
Threads: 3
Joined: Aug 2006
#11
2009-12-15, 08:44 AM
I have this problem as well.
I tried to copy the patch above to the web dir. and make a search though Search2 but I still dont get any hits.
I cant try to search from the GBPVR UI since my graphics card wont support VMR9 renderer.
I am a real newbie to GB-PVR but I am very familiar with PVR's a such having used BeyondTV for several years.

My intent is to use GB-PVR as a recording server, all interactions will be through EWA. Playback is done on XBOX running XBMC.
forzaKGB
Offline

Member

Posts: 235
Threads: 31
Joined: Mar 2006
#12
2009-12-15, 09:29 AM
Actually I have also noticed the patch did not fix all errors. I still get some searches that miss out. But have not been able to nail down the problem. I will try to get some time to create logs and upload. But as christmas is coming up there are more pressing duties at hand...
miniGranis
Offline

Junior Member

Posts: 13
Threads: 3
Joined: Aug 2006
#13
2009-12-15, 11:47 AM
I understand fully, I am currently just trying GB-PCR out so there is no rush.
Let me know if I can help.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#14
2009-12-16, 03:43 AM
miniGranis Wrote:I have this problem as well.
I tried to copy the patch above to the web dir. and make a search though Search2 but I still dont get any hits.
I cant try to search from the GBPVR UI since my graphics card wont support VMR9 renderer.
I am a real newbie to GB-PVR but I am very familiar with PVR's a such having used BeyondTV for several years.

My intent is to use GB-PVR as a recording server, all interactions will be through EWA. Playback is done on XBOX running XBMC.

Are you searching a different language as well?
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
miniGranis
Offline

Junior Member

Posts: 13
Threads: 3
Joined: Aug 2006
#15
2009-12-16, 08:54 AM
Yes I am, Swedish as well.
Let me know if you need my xmltv file, screen shots or anything else.
BTW I also noted two other issues:
1 - To search the Description field both description ansd Subtitle needs to be checked, this applies for both search and search2.
2 - For guide2 size of the channel logos in Config screen does not work.

Do you want me to start new threads on those issues ?
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#16
2009-12-19, 05:19 PM
miniGranis Wrote:Yes I am, Swedish as well.
Let me know if you need my xmltv file, screen shots or anything else.

See my PM.....need you to upload your gbpvr.db3 file to my FTP site and give me an example search phrase that is not working and I can look into what might be going on.

miniGranis Wrote:BTW I also noted two other issues:
1 - To search the Description field both description ansd Subtitle needs to be checked, this applies for both search and search2.

This is fixed for the next release.

miniGranis Wrote:2 - For guide2 size of the channel logos in Config screen does not work.

This is by design.....in CSS mode the channel icon dynamically changes based on the browser window size.

miniGranis Wrote:Do you want me to start new threads on those issues ?

No need to re-post somewhere....I took care of it out of this thread.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
miniGranis
Offline

Junior Member

Posts: 13
Threads: 3
Joined: Aug 2006
#17
2009-12-19, 09:18 PM
Will do, it might take a day or two since my GBPVR HW is giving me trouble right now.
Thanks for the other answers.
miniGranis
Offline

Junior Member

Posts: 13
Threads: 3
Joined: Aug 2006
#18
2009-12-23, 07:01 PM
OK, after my motherboard gave up I am on track again...
Here is a snapshot from my EPG and one from the search page.


[Image: guide_swe.jpg]

[Image: search_swe.jpg]

This search comes up empty.

Please look into all swedish characters, namely åäö ÅÄÖ
The same problems occurs for both search and search2
(Also responded to PM)

Thanks and Merry Christmas.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#19
2009-12-24, 03:57 AM
miniGranis Wrote:OK, after my motherboard gave up I am on track again...
Here is a snapshot from my EPG and one from the search page.

This search comes up empty.

Please look into all swedish characters, namely åäö ÅÄÖ
The same problems occurs for both search and search2
(Also responded to PM)

Thanks and Merry Christmas.

Ok.....I think this may be a SQLite limitation......I found the below info on the FAQ's for SQLite:

I searched for Där without checking the Case Sensitive box next to the search phrase and came up empty.....however, when I selected the Case Sensitive option I got results.

Try searching and checking the Case Sensitive box and see if that makes a difference for you.

(18) Case-insensitive matching of Unicode characters does not work.[INDENT]The default configuration of SQLite only supports case-insensitive comparisons of ASCII characters. The reason for this is that doing full Unicode case-insensitive comparisons and case conversions requires tables and logic that would nearly double the size of the SQLite library. The SQLite developers reason that any application that needs full Unicode case support probably already has the necessary tables and functions and so SQLite should not take up space to duplicate this ability. Instead of providing full Unicode case support by default, SQLite provides the ability to link against external Unicode comparison and conversion routines. The application can overload the built-in NOCASE collating sequence (using sqlite3_create_collation()) and the built-in like(), upper(), and lower() functions (using sqlite3_create_function()). The SQLite source code includes an "ICU" extension that does these overloads. Or, developers can write their own overloads based on their own Unicode-aware comparison routines already contained within their project.
[/INDENT]
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
miniGranis
Offline

Junior Member

Posts: 13
Threads: 3
Joined: Aug 2006
#20
2009-12-29, 04:22 PM
UncleJohnsBand Wrote:Ok.....I think this may be a SQLite limitation......I found the below info on the FAQ's for SQLite:

I searched for Där without checking the Case Sensitive box next to the search phrase and came up empty.....however, when I selected the Case Sensitive option I got results.

Try searching and checking the Case Sensitive box and see if that makes a difference for you.

(18) Case-insensitive matching of Unicode characters does not work.[INDENT]The default configuration of SQLite only supports case-insensitive comparisons of ASCII characters. The reason for this is that doing full Unicode case-insensitive comparisons and case conversions requires tables and logic that would nearly double the size of the SQLite library. The SQLite developers reason that any application that needs full Unicode case support probably already has the necessary tables and functions and so SQLite should not take up space to duplicate this ability. Instead of providing full Unicode case support by default, SQLite provides the ability to link against external Unicode comparison and conversion routines. The application can overload the built-in NOCASE collating sequence (using sqlite3_create_collation()) and the built-in like(), upper(), and lower() functions (using sqlite3_create_function()). The SQLite source code includes an "ICU" extension that does these overloads. Or, developers can write their own overloads based on their own Unicode-aware comparison routines already contained within their project.
[/INDENT]

Thanks this ineed seems to be the case.
I guess I have to live with it, not a biggie if you know it.
Thanks for the investigation.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Episode search missing in 4.2.4 UncT 4 3,246 2019-03-08, 06:08 PM
Last Post: UncT
  NEWA Auto-Search Command Line Interface (CLI) UncleJohnsBand 40 38,477 2018-05-09, 12:50 AM
Last Post: jksmurf
  EPGEventDisplay - Adding web search link sle118 0 2,078 2015-11-02, 03:11 PM
Last Post: sle118
  Auto-Search? snagglewest 11 5,258 2014-12-17, 01:46 PM
Last Post: UncleJohnsBand
  How to search only for programs or episodes marked as (* New *) jfestrada 2 1,874 2014-02-27, 03:31 AM
Last Post: UncleJohnsBand
  Null search strings in episode search ... softfoot 1 1,550 2013-11-27, 03:32 AM
Last Post: UncleJohnsBand
  episode search, don't get it - not working ? KRA 17 6,485 2012-10-28, 12:28 AM
Last Post: UncleJohnsBand
  Blow up when trying to Record an item from the Search results wtg 2 1,792 2012-08-10, 09:15 PM
Last Post: wtg
  TreeView no longer working in Advanced Search wtg 6 2,436 2012-04-28, 03:40 PM
Last Post: UncleJohnsBand
  Case sensitive search error mvallevand 8 3,617 2012-02-16, 02:57 AM
Last Post: UncleJohnsBand

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

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

Linear Mode
Threaded Mode