XBMC Community Forum
Transparency! - v2.01 - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Transparency! (/forumdisplay.php?fid=115)
+---- Thread: Transparency! - v2.01 (/showthread.php?tid=57253)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44


- ronie - 2009-10-07 20:10

darknior Wrote:I can help you to translate if you give me an XML Big Grin

those are all part of xbmc's language file.
strings 41-47 are the short-day strings
and string '33018' is the 'tonight' string.

you can post corrections to the french language file to trac or ask for help here.


- ronie - 2009-10-07 20:23

GizmoID Wrote:Hello ronie. I have problem with Transparency! skin. After startup screen and logging I have this report. Log file is here.
Any suggestion?

for some reason the recently added script produces an error...

do you have any tv shows in your library ?


kiboy6 Wrote:I have the same thing...

debug log please :-)


- ronie - 2009-10-07 22:28

Jocke69 Wrote:I found a bug i think, on Home page when you are looking on Series, it says that i have 203 series and 8542 eps.
But thats not correct. I only have 153 series on my file server but some of them are spreed out on two hd so i think it counts those series as two instead of one. Anything you can fix?

afraid not, i didn't make the recently added script.
you can report any issues here: http://forum.xbmc.org/showthread.php?tid=55907


- GizmoID - 2009-10-08 08:55

ronie Wrote:for some reason the recently added script produces an error...

do you have any tv shows in your library ?
No Tv Shows.


- GizmoID - 2009-10-08 10:33

Just to let every one know that I managed to fix the issue with Recently added script.
I had some old TVshows in the library that have not been deleted completely.
After cleaning the library all is good now and the error has gone away.

Reviewer and "helpdesk" by Amet. Big Grin


- Haggy - 2009-10-09 09:11

Any chance of hosting the file elsewhere? You can't even wget it (500 Server error). Thus impossible to package it for a distro (and spread the skin).

Code:
--2009-10-09 09:09:03--  http://sshcs.com/xbmc/?mode=SkinsDownloadCounter&FN=Transparency!&BN=2.01
Resolving sshcs.com... 72.167.131.44
Connecting to sshcs.com|72.167.131.44|:80... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2009-10-09 09:09:04 ERROR 500: Internal Server Error.

Thanks, Haggy.


- ronie - 2009-10-09 09:19

Haggy Wrote:Any chance of hosting the file elsewhere? You can't even wget it (500 Server error). Thus impossible to package it for a distro (and spread the skin).

Code:
--2009-10-09 09:09:03--  http://sshcs.com/xbmc/?mode=SkinsDownloadCounter&FN=Transparency!&BN=2.01
Resolving sshcs.com... 72.167.131.44
Connecting to sshcs.com|72.167.131.44|:80... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2009-10-09 09:09:04 ERROR 500: Internal Server Error.

Thanks, Haggy.

np, here you go: T!2.01


- amet - 2009-10-09 09:22

Haggy Wrote:Any chance of hosting the file elsewhere? You can't even wget it (500 Server error). Thus impossible to package it for a distro (and spread the skin).

Code:
--2009-10-09 09:09:03--  http://sshcs.com/xbmc/?mode=SkinsDownloadCounter&FN=Transparency!&BN=2.01
Resolving sshcs.com... 72.167.131.44
Connecting to sshcs.com|72.167.131.44|:80... connected.
HTTP request sent, awaiting response... 500 Internal Server Error
2009-10-09 09:09:04 ERROR 500: Internal Server Error.

Thanks, Haggy.

PHP Code:
wget http://www.sshcs.com/xbmc/binaries/skins/Transparency\!/Transparency\!.rar 

worked for me
Zeljko


- Haggy - 2009-10-09 09:28

ronie Wrote:np, here you go: T!2.01

Thanks, that was fast! One last request: Would it be possible to include the version string in the filename and leave out the exclamation mark? It's because i'm packaging Transparency for Arch Linux and both make some trouble while automating download and build process. Having a consistent filename for each version makes it possible to md5sum the file so it can be validated after download. If you ever put up another version with the same filename it instantly breaks the package as md5sum changes.

Thanks, Haggy.

EDIT: No need to hurry, i'll host the file on my dump meanwhile (http://dump.haggy.org/aur/transparency201.rar)


- ronie - 2009-10-09 09:36

Haggy Wrote:Thanks, that was fast! One last request: Would it be possible to include the version string in the filename and leave out the exclamation mark? It's because i'm packaging Transparency for Arch Linux and both make some trouble while automating download and build process. Having a consistent filename for each version makes it possible to md5sum the file so it can be validated after download. If you ever put up another version with the same filename it instantly breaks the package as md5sum changes.

Thanks, Haggy.

as Amet already pointed out, you need to escape the exclamation mark and downloads should work just fine.
it's not possible to include a build number to the filename, as sshc.com (where T! is hosted), doesn't allow it.


cheers,
ronie