MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Community Skins and Plugins » Skins


Skins You are working on a new Skin? Post it here!

Reply
 
Thread Tools Display Modes
Old 2007-07-13, 20:05   #61 (permalink)
Portal Member
 
Join Date: Oct 2006
Location: Stockholm
Age: 33
Posts: 78
Thanks: 1
Thanked 28 Times in 3 Posts

Country:

My System

Default

Quote:
Originally Posted by infinityloop View Post
I have just noticed that the TVSeries.xml inclused in the skin seems not to work. at least i dont get any series listed with it.
the one for Blue2 or PMIII works.

tried to find out why, but i am a skinning noob
I have had the same problems with TVseries but I think that's a bug in the plugin. Reading the forums it seems other people have the same issue. It normally works if you click left on your remote, then it shows up again. If this is an error in my skin I would really like to know. Tried all sorts of tests to resolve this...
djohansson is offline   Reply With Quote
Old 2007-07-13, 20:10   #62 (permalink)
Portal Member
 
Join Date: Oct 2006
Location: Stockholm
Age: 33
Posts: 78
Thanks: 1
Thanked 28 Times in 3 Posts

Country:

My System

Default

Quote:
Originally Posted by infinityloop View Post
last ones from me for today

MyTVHome-Server and MiniEPG.
Attachment 8274 Attachment 8275

In mytvhomeServer.xml, the fontsize specification was missing for several buttons.
i have added it with fontsize 14.
maybe should be added to the original version too
I have not done anything for those screens. I still use the old tv engine. TV miniguide is on the todolist.

I appreciate all the efforts yo put into the font sizes and I will look carefully on that after I have finalised this version of the skin. Right now I am finalising some nice work on progree bars and OSD's. Should be new screenshots up on monday or tuesday.

As a teaser I am quite happy with the new work...
djohansson is offline   Reply With Quote
Old 2007-07-13, 21:01   #63 (permalink)
MP Donator
 
vuego's Avatar
 
Join Date: Aug 2006
Age: 7
Posts: 326
Thanks: 70
Thanked 16 Times in 15 Posts

Country:

My System

Default

Nice skin!
Just wanted to point out that anyone not using the Basic Home Screen won't be able to access Scheduled Rec and Recorded TV.
I'm not using the Basic Home Screen since I don't want to use Radio or Pictures and add Plugins. That's not possible in the Basic Home Screen I think...?
vuego is offline   Reply With Quote
Old 2007-07-13, 21:05   #64 (permalink)
Project Coordinator
 
infinityloop's Avatar
 
Join Date: Dec 2004
Location: 127.0.0.1
Age: 29
Posts: 6,215
Thanks: 174
Thanked 135 Times in 97 Posts

Country:

My System

Default

Quote:
Originally Posted by djohansson View Post
Quote:
Originally Posted by infinityloop View Post
I have just noticed that the TVSeries.xml inclused in the skin seems not to work. at least i dont get any series listed with it.
the one for Blue2 or PMIII works.

tried to find out why, but i am a skinning noob
I have had the same problems with TVseries but I think that's a bug in the plugin. Reading the forums it seems other people have the same issue. It normally works if you click left on your remote, then it shows up again. If this is an error in my skin I would really like to know. Tried all sorts of tests to resolve this...
hmm.... i never encountered such issues in blue2 or PMIII.

i tried to find out why the tvseries.xml from your skin is constandly not showing any series, but i have no clue
__________________
regards
chris

MediaPortal Project Coordinator
Test Team Leader

Do not start to moan if something is not working as you want it to be.
Remember that MediaPortal is Open Source.
YOU can improve it!
infinityloop is online now   Reply With Quote
Old 2007-07-13, 21:06   #65 (permalink)
Portal Designer
 
Inker's Avatar
 
Join Date: Dec 2004
Posts: 1,560
Thanks: 35
Thanked 134 Times in 58 Posts

My System

Default

Are there any clues in the tvseries.log?
__________________

There are only two industries that refer to their customers as "users".
- Edward Tufte
Inker is offline   Reply With Quote
Old 2007-07-13, 22:34   #66 (permalink)
Project Coordinator
 
infinityloop's Avatar
 
Join Date: Dec 2004
Location: 127.0.0.1
Age: 29
Posts: 6,215
Thanks: 174
Thanked 135 Times in 97 Posts

Country:

My System

Default

Quote:
Originally Posted by Inker View Post
Are there any clues in the tvseries.log?
these are the logs when trying to enter TV Series with Core skin.

would be cool if you could help there
Attached Files
File Type: log error.log (27.6 KB, 13 views)
File Type: log MediaPortal.log (56.8 KB, 13 views)
File Type: log MP-TVSeries.log (10.5 KB, 15 views)
__________________
regards
chris

MediaPortal Project Coordinator
Test Team Leader

Do not start to moan if something is not working as you want it to be.
Remember that MediaPortal is Open Source.
YOU can improve it!
infinityloop is online now   Reply With Quote
Old 2007-07-13, 23:01   #67 (permalink)
Portal Designer
 
Inker's Avatar
 
Join Date: Dec 2004
Posts: 1,560
Thanks: 35
Thanked 134 Times in 58 Posts

My System

Default

Chris, what version of the plugin are you using? You have SQL errors which should never occur because of a flawed skin file. Also you are missing some log msg that should be in there.

Anyways, I tried the version from the repository and the xml is missing quite a few controls. You need to be sure to assign the same ids as that is how they are accessed.

From the first look the following controls are missing:
- Title (id 40)
- Subtitle (id 33)
( these two are the main reason it fails)
Furthermore:
- Current view (77)
- Next view (78)
- prev. view (79)

and probably others.

I would recommend copying an existing file and modify that one. I would recommend Spinsafe Revolve.

Inker
__________________

There are only two industries that refer to their customers as "users".
- Edward Tufte
Inker is offline   Reply With Quote
Old 2007-07-14, 00:34   #68 (permalink)
Portal Member
 
Join Date: Oct 2006
Location: Stockholm
Age: 33
Posts: 78
Thanks: 1
Thanked 28 Times in 3 Posts

Country:

My System

Default

Quote:
Originally Posted by Inker View Post
Chris, what version of the plugin are you using? You have SQL errors which should never occur because of a flawed skin file. Also you are missing some log msg that should be in there.

Anyways, I tried the version from the repository and the xml is missing quite a few controls. You need to be sure to assign the same ids as that is how they are accessed.

From the first look the following controls are missing:
- Title (id 40)
- Subtitle (id 33)
( these two are the main reason it fails)
Furthermore:
- Current view (77)
- Next view (78)
- prev. view (79)

and probably others.

I would recommend copying an existing file and modify that one. I would recommend Spinsafe Revolve.

Inker
Great! Thanks for the help, I will have that modified with the next release! Great plugin BTW...
djohansson is offline   Reply With Quote
Old 2007-07-14, 00:35   #69 (permalink)
Portal Member
 
Join Date: Oct 2006
Location: Stockholm
Age: 33
Posts: 78
Thanks: 1
Thanked 28 Times in 3 Posts

Country:

My System

Default

Quote:
Originally Posted by vuego View Post
Nice skin!
Just wanted to point out that anyone not using the Basic Home Screen won't be able to access Scheduled Rec and Recorded TV.
I'm not using the Basic Home Screen since I don't want to use Radio or Pictures and add Plugins. That's not possible in the Basic Home Screen I think...?
Good point! I will look into it...
djohansson is offline   Reply With Quote
Old 2007-07-14, 03:47   #70 (permalink)
Portal Member
 
Join Date: Aug 2006
Location: Canada
Age: 49
Posts: 188
Thanks: 1
Thanked 1 Time in 1 Post


Default

djohansson nice job.
I love it. If you don't mind some feedback.

When I started the skin I got a select album dialog box that was very persistent.
Finally click the I button and the box filled and I could cancel out.

I tried the Music Videos. Love the look but the black on black focus bar was a bit hard to find.. ya I know I am getting old.
Also when I selected Favorites..sorry I have this thing from Christina Agullera.
Anyway, the favorite items go completely across the screen obscuring your menu.

Tv Series. I love it. I can read it. It would be nice to have 5 TV series banners instead of 4. A bit more symetry. sort of fill in the black area on the right more.
Also the menu while the blue focus bar is on it. You can't read the season.

Myvideos. very cool. Just notice when you scroll up or down the last row scrolls into the greay area at the bottom.Stopping at the line would be cleaner.

A teacher once told me there was no such thing as constructive critisim. He was right. It always hurts.. But man I do like this, I think you have something very cool here..keep up the great work and if you want me to shut up thats cool to..just don't stop its great
RICHARDG is offline   Reply With Quote
Reply

Bookmarks

Tags
core, project, skin

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
MP and dual core CPUs ? ziphnor General Support 2 2006-10-16 18:29
double core CPU Parn General Support 5 2006-04-24 17:54
Core docs for new developers? WorkInProgress General Development (no feature request here!) 4 2005-12-29 17:55
Project X New Skin Ready to Download 21.03.2005 Harley Skins 61 2005-07-11 11:59
What Skin should be default Naley Evo or Project X Harley Skins 4 2005-03-29 01:23


All times are GMT +1. The time now is 15:30.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden