woodyearl Wrote:Figures I do something wrong.
Thanks!
Actually, as I take a closer look, they are listed as Capital. AC/DC.
woodyearl
Member Posts: 56 Joined: Feb 2009 Reputation: 0 |
2009-11-29 20:33
Post: #11
woodyearl Wrote:Figures I do something wrong. Actually, as I take a closer look, they are listed as Capital. AC/DC. |
| find quote |
amet
I wave my private parts at your aunties! Joined: Jul 2009 Reputation: 18 Location: Novi Sad / Dubai |
2009-11-29 20:40
Post: #12
woodyearl Wrote:Actually, as I take a closer look, they are listed as Capital. AC/DC. the script doesnt see it as capitals, strange can you upload that file somewhere for me to download? EDIT: now that I looked closer, the script does see it as capitals but that changes somewhere along the line. I would appreciate the file so that I can test. Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting. For troubleshooting and bug reporting use -> Log_file.
(This post was last modified: 2009-11-29 20:43 by amet.)
|
| find quote |
Nuka1195
Skilled Python Coder Posts: 3,916 Joined: Dec 2004 Reputation: 17 |
2009-11-29 21:20
Post: #13
amet, the changing of case is because lyricwiki most time requires it be camel case.
thats why there is an excepetion option, so when it finds AC/DC it won't change it. this was in the original scraper, looks like it's still there in yours |
| find quote |
Nuka1195
Skilled Python Coder Posts: 3,916 Joined: Dec 2004 Reputation: 17 |
2009-11-29 21:24
Post: #14
just noticed using the old drive letters P:\\, so change those to special://
|
| find quote |
woodyearl
Member Posts: 56 Joined: Feb 2009 Reputation: 0 |
2009-11-29 23:01
Post: #15
Amet Wrote:the script doesnt see it as capitals, strange http://www.mediafire.com/?k5djatz3eow |
| find quote |
paco
Senior Member Posts: 234 Joined: Mar 2008 Reputation: 0 Location: Toronto |
2009-11-30 03:00
Post: #16
Nice release Amet. Most files work but I had some issues that required me to copy the 'language' folder from XBMC into the resources folder of CU Lyrics to make it work. I also get messages like below with every search:
DEBUG: CGUIMediaWindow::GetDirectory (?) DEBUG: ParentPath = [] ERROR: DIRECTORY::CDirectory::GetDirectory - Error getting ? ERROR: CGUIMediaWindow::GetDirectory(?) failed I also have run into capitalization issue. ZZ Top won't return any results because it changes the 2nd 'Z' to lowercase. The paste below is what CU Lyrics sends: http://lyricwiki.org/index.php?title=Zz%...ction=edit If you modify the above post to 'ZZ' in a browser, it works. Too bad Lyricwiki is so case-sensitive. Those issues aside this script looks quite nice. Great work! |
| find quote |
Loto_Bak
Fan Posts: 478 Joined: Sep 2004 Reputation: 0 |
2009-11-30 07:43
Post: #17
Thanks for the hard work,
I'm having a different problem. Using confluance, I cannot escape out of the script I am able to navigate the up/down arrows but cannot navigate to the 'X' button The standard back and home buttons are ineffective If I start the script in the 'scripts' window I am only able to change to fullscreen vis but not change back If I start the script in fullscreen vis I cannot escape anywhere Much appreciated, my most used script forsure *edit on song change the script does not attempt to fetch the new song. |
| find quote |
amet
I wave my private parts at your aunties! Joined: Jul 2009 Reputation: 18 Location: Novi Sad / Dubai |
2009-11-30 10:46
Post: #18
woodyearl Wrote:http://www.mediafire.com/?k5djatz3eow paco Wrote:Nice release Amet. Most files work but I had some issues that required me to copy the 'language' folder from XBMC into the resources folder of CU Lyrics to make it work. I also get messages like below with every search: Updated first post with version 0.6.0, it should take care of capitalization issue Let me know if it works for you. Thanks for testing Zeljko Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting. For troubleshooting and bug reporting use -> Log_file.
(This post was last modified: 2009-11-30 10:52 by amet.)
|
| find quote |
amet
I wave my private parts at your aunties! Joined: Jul 2009 Reputation: 18 Location: Novi Sad / Dubai |
2009-11-30 10:51
Post: #19
Loto_Bak Wrote:Thanks for the hard work, I only have Win to test here, "esc" button works to stop the script. I will test on ATV when I get home Loto_Bak Wrote:*edit I will test that as well, thanks for letting me know Zeljko Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting. For troubleshooting and bug reporting use -> Log_file. |
| find quote |
amet
I wave my private parts at your aunties! Joined: Jul 2009 Reputation: 18 Location: Novi Sad / Dubai |
2009-11-30 10:55
Post: #20
Nuka1195 Wrote:amet, the changing of case is because lyricwiki most time requires it be camel case. Nuka1195 Wrote:just noticed using the old drive letters P:\\, so change those to special:// Thanks for the pointers, I have updated the scraper to hopefully solve the issue. Zeljko Always read the XBMC_Online_Manual,Frequently_Asked_Questions and search the forum before posting. For troubleshooting and bug reporting use -> Log_file. |
| find quote |