Kodi Community Forum
[WIP] The Paper Street Soap Company (mockups and development of a new skin concept) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: WIP Skins (https://forum.kodi.tv/forumdisplay.php?fid=160)
+---- Thread: [WIP] The Paper Street Soap Company (mockups and development of a new skin concept) (/showthread.php?tid=86501)



- ronie - 2011-01-19

ppic Wrote:hum, the last number is the db id of the show no?

yep
videodb:// - root of your video library
videodb://2 - root of your tv shows library
videodb://2/2 - tv shows titles list
videodb://2/2/1 - "some tv show"
videodb://2/2/1/1 - season one of "some tv show"


- ppic - 2011-01-19

ronie Wrote:yep
videodb:// - root of your video library
videodb://2 - root of your tv shows library
videodb://2/2 - tv shows titles list
videodb://2/2/1 - "some tv show"
videodb://2/2/1/1 - season one of "some tv show"

so, you can consider it as done Wink


- blacklist - 2011-01-19

ronie Wrote:if the info is available online, yes.

next aired supports:


try to find out if season premieres are listed as such.

Well, if we know its episode 1x01 its "series premiere" and if its ?x01 then its a season premiere, right? Smile


- ronie - 2011-01-19

blacklist Wrote:Well, is we know its episode 1x01 its "series premiere" and if its ?x01 then its a season premiere, right? Smile

that would be too easy. ;--)


- blacklist - 2011-01-19

ronie Wrote:how about difficult to code? ;-)

that's two lists (or more?), one for each day.
so we need to use onright/onleft to jump from one to the next one.
no problem there...and up/down will scroll inside each list,
but i assume you also want the entire page to scroll up/down
to get to the lists for wednesday, thursday and so on...?

not a clue if that can be done.

Yes, the idea being one long list, separated by days.
Can you skip the onleft/onright, and just make it jump to the top of the next list as you scroll down? I guess then you get a bunch of nested lists inside one big list.

So:

BIG LIST
Little List1
Item1
Item2
Item3 (ondown jumps to List2)
/Little List1
Little List2
Item1
Item2 (ondown jumps to List3)
/Lititle List2
Little List3
Item1
Item2
Item3
/Lititle List3
/BIG LIST

PS. Yes I like to push the boundries, but at least I try to help... a little Tongue


- ronie - 2011-01-19

blacklist Wrote:Yes, the idea being one long list, separated by days.
Can you skip the onleft/onright, and just make it jump to the top of the next list as you scroll down? I guess then you get a bunch of nested lists inside one big list.

So:

BIG LIST
Little List1
Item1
Item2
Item3 (ondown jumps to List2)
/Little List1
Little List2
Item1
Item2 (ondown jumps to List3)
/Lititle List2
Little List3
Item1
Item2
Item3
/Lititle List3
/BIG LIST

PS. Yes I like to push the boundries, but at least I try to help... a little Tongue

if BIG LIST was a grouplist control it could work,
but i have to test if you can nest several lists inside a grouplist.


- blacklist - 2011-01-19

ronie Wrote:that would be too easy. ;--)

videodb://2/2/1/1/1 == Series Premiere
videodb://2/2/1/?/1 == Season Premiere

Big Grin


- blacklist - 2011-01-19

ronie Wrote:create a ticket on trac and tell the devs 'Back' doesn't work on custom dialogs.

use 'ok' / 'enter' to close.

Ok, gotcha - but it doesn't work. It works fine on the RSS feeds, but not on this dialog. I have to get up out of my "comfortable chair" and push the "ESC" button on the keyboard to close the dialog. Wink


- blacklist - 2011-01-19

ppic Wrote:he's not the only one who has headaches lol!

but it's so fun to see all of that, can't stop !

How is the actor stuff coming, btw? Big Grin


- ronie - 2011-01-19

blacklist Wrote:Ok, gotcha - but it doesn't work. It works fine on the RSS feeds, but not on this dialog. I have to get up out of my "comfortable chair" and pust the "ESC" button on the keyboard to close the dialog. Wink

if it doesn't work than probably i was too lazy to adjust all the necessary id's
after i copied to code from the rss dialog to the next aired dialog. :-)


- blacklist - 2011-01-19

ronie Wrote:if it doesn't work than probably i was too lazy to adjust all the necessary id's
after i copied to code from the rss dialog to the next aired dialog. :-)

We have way too much to do to start getting lazy now! Big Grin I've got tons more crazy ideas to keep you busy!


- ronie - 2011-01-19

blacklist Wrote:videodb://2/2/1/1/1 == Series Premiere
videodb://2/2/1/?/1 == Season Premiere

Big Grin

nah...as far as i can tell episodes aren't numbered that way.
let's stick with 1x01

blacklist Wrote:We have way too much to do to start getting lazy now! Big Grin I've got tons more crazy ideas to keep you busy!

as long as i don't loose any sleep over it.... ;-)


- ppic - 2011-01-19

my script is telling you that's it's 1x01, just need to use it no ?

actor stuff ? not worked on it till my last pm.

all i need to finish it is to choose the way i push you the data:
-same way as recently added, next aired ...
-new way: focused item is asking the script to push properties for this item.

what would be the best for you ronie?


- Pr.Sinister - 2011-01-19

dunpealhunter Wrote:Do you also have a bar in video's that you can use with your mouse to go to specific parts of a video? I miss that in almost every skin i see. The only skin that i found that has something remotely like that is transparency with the scrollweel.

ronie Wrote:correct, reason is, it's not possible in xbmc.


as far as i know, i'm not using any special tricks in T!
so if your scrollwheel works there, it should in every skin.

I don't know if you've ever used XBMP or XBMC on the Xbox but when using one of the analog sticks, you could go to specific spots on the progress bar... I wonder if that is something that was never ported or just broken just like DialogBusy didn't work on the non-Xbox versions of XBMC for quite some time...

It would be great to have that functionality on the Windows port... And i would kill for slow-mo!


- ppic - 2011-01-19

ppic Wrote:so, you can consider it as done Wink

ronie, if i push this kind of data, is it ok ?

Code:
21:05:02 T:8196 M:488873984  NOTICE: videodb://2/2/68/
21:05:02 T:8196 M:488873984  NOTICE: videodb://2/2/92/
21:05:02 T:8196 M:488873984  NOTICE: videodb://2/2/71/
21:05:02 T:8196 M:488873984  NOTICE: videodb://2/2/105/
21:05:02 T:8196 M:488873984  NOTICE: videodb://2/2/58/
21:05:02 T:8196 M:488873984  NOTICE: videodb://2/2/66/
21:05:02 T:8196 M:488873984  NOTICE: videodb://2/2/83/
21:05:02 T:8196 M:488873984  NOTICE: videodb://2/2/62/
21:05:02 T:8196 M:488873984  NOTICE: videodb://2/2/61/
21:05:02 T:8196 M:488873984  NOTICE: videodb://2/2/53/