Scraping "and" "&" and "%26" handling?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
outleradam Offline
Member+
Posts: 1,722
Joined: Sep 2009
Reputation: 20
Location: Louisiana
Post: #1
Reference: http://forum.xbmc.org/showthread.php?tid=65644&page=2 post #15

An issue has been identified with scraping of TheTvDb.com on Law & Order: Speical Victims Unit. This problem is with "&". For proper storage on most file systems, this should be translated into "and".

Suggested workaround: on failed scrape translate "and" into "%26"

Considerations: none as of yet

Use mythicalLibrarian to make a library out of your MythTV files. Leave the recording to MythTV and use XBMC as your library.
Installation and Instructions:http://wiki.xbmc.org/index.php?title=MythicalLibrarian
Technical Support:http://forum.xbmc.org/showthread.php?tid=65644
[Image: newsig-1.png]
[url=http://forum.xda-developers.com/showthread.php?tid=1081892][/url]
(This post was last modified: 2010-01-16 20:41 by outleradam.)
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,564
Joined: Oct 2003
Reputation: 138
Post: #2
It's not clear from the edited post that that is the issue at all.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
outleradam Offline
Member+
Posts: 1,722
Joined: Sep 2009
Reputation: 20
Location: Louisiana
Post: #3
Actually the charactor in question is ":"

Here's what I get when I try on fat32
"mkdir: cannot create directory `/home/mythtv/NAS/Video/shows/Law & Order: Special Victims Unit': Bad file descriptor"

It works fine on my local file system, but not on my NAS
"FILE NAME EXISTS. FILE WILL BE KNOWN AS: Law & Order: Special Victims Unit.S11E12 (Shadow)-1
CREATING LINK IN LINK MODE"

is there a work-around?

Use mythicalLibrarian to make a library out of your MythTV files. Leave the recording to MythTV and use XBMC as your library.
Installation and Instructions:http://wiki.xbmc.org/index.php?title=MythicalLibrarian
Technical Support:http://forum.xbmc.org/showthread.php?tid=65644
[Image: newsig-1.png]
[url=http://forum.xda-developers.com/showthread.php?tid=1081892][/url]
(This post was last modified: 2010-01-17 00:39 by outleradam.)
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,564
Joined: Oct 2003
Reputation: 138
Post: #4
If you attempt to create such a folder using XBMC on win32, it should already handle it. Similarly, if you attempt to create a folder with that name from XBMC running on linux on a smb share, then I should think smb would take care of it for you (i.e. it'll fail)

What's the problem exactly?

Cheers,
Jonathan

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
outleradam Offline
Member+
Posts: 1,722
Joined: Sep 2009
Reputation: 20
Location: Louisiana
Post: #5
I guess there's no problem. I'm working it on my end. It looks like thetvdb website does not handle the lack of special charactors, but their API does. So, there should be no issue with removing charactors that the file system/os cannot handle ie "! ` < > | \ / : ' " and "

I was under the assumption that the website search was the same as the search API.

Use mythicalLibrarian to make a library out of your MythTV files. Leave the recording to MythTV and use XBMC as your library.
Installation and Instructions:http://wiki.xbmc.org/index.php?title=MythicalLibrarian
Technical Support:http://forum.xbmc.org/showthread.php?tid=65644
[Image: newsig-1.png]
[url=http://forum.xda-developers.com/showthread.php?tid=1081892][/url]
find quote