Kodi Community Forum
Night - 1.4.7 -Release/General Discussion - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Night (https://forum.kodi.tv/forumdisplay.php?fid=130)
+----- Thread: Night - 1.4.7 -Release/General Discussion (/showthread.php?tid=82628)

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 45


- KiSUAN - 2010-11-24

@ Graphicsgod

That mockup is way over simplistic, a nightmare to browse for a music view, not really a jukebox at all or even something alike, just a single poster with a frame view, is freaking huge, that are some thoughts at first glance.

I have a concept that I'm working in translating to a mockup, but even that isn't a easy task. Besides I'm still learning to skin, I hope in the next months will be able to present a project and define what's is possible to translate in reality.

Anyway if any of you isn't happy with the actual view you can take a look into the Jukebox of Transparency and try to port to night some modifications of your own.

If you don't like so much the colors and background in the original jukebox of night I've made a visual redo in my mod, you can simply overwrite the textures of night and with a little modify to the positioning you will have another option.


- logictester - 2010-11-24

i can't seem to make cleararts to work, i have a clearart.png in each show's root but when i pause it shows me the episode screen but no clearart, do i need to enable it somewhere?

thanks a lot


- Graphicsgod - 2010-11-24

mobious Wrote:I haven't done it with resolutions but it works with forcing the DVD flag. For example, if I want to force something to have a DVD flag I would do something like Inception (2010).DVD.mkv. I am not sure if it works with resolution but you could try something like Inception (2010).1080P.mkv.

I've been using the ".bluray" and ".dvd" code for a while now. Can anyone confirm if the ".1080p" code works?


- Graphicsgod - 2010-11-24

KiSUAN Wrote:@ Graphicsgod

That mockup is way over simplistic, a nightmare to browse for a music view, not really a jukebox at all or even something alike, just a single poster with a frame view, is freaking huge, that are some thoughts at first glance.

Oh I know, I did a quick and dirty mock-up to get an idea from my head to screen. And I didn't go any further if it wasn't going to get used. I was at a bar the night before and saw the device on the wall and made a mock-up in PSD for what it could look like in Night. I figured, XBMC is the future of media for your TV, so is "Touchtunes" is the future of jukeboxes Wink.

I'll take a look at what your doing...


- Xenomes - 2010-11-24

Graphicsgod Wrote:I Either an animated gif, but the size would be ridiculous and animated gif's are only 256 colours Sad.
Yeah, the 256 colors was my concern to. so I thought if only on the animated layer is the red tube or even the only bubbles. 256 colors are maybe enough.
Now are my Photoshop skin not very advanced, i will kick it in a experiment.


- Danielocean - 2010-11-24

Graphicsgod Wrote:I've been using the ".bluray" and ".dvd" code for a while now. Can anyone confirm if the ".1080p" code works?

cant imagine that it works... but i will try...

Update:
Something happens, but not the right flags... tried it with "xxx.1080.dvd", "xxx.1080p.dvd", "xxx.1080i.dvd", "xxx.1080"... somtimes the 720flag pops up... think is not really the right way...

i still use a nfo-file, that works...


- ppic - 2010-11-24

logictester Wrote:i can't seem to make cleararts to work, i have a clearart.png in each show's root but when i pause it shows me the episode screen but no clearart, do i need to enable it somewhere?

thanks a lot

normal, press "i" when playing.


- zwat - 2010-11-24

the resolution flag is not filename based, but xbmc get the info from the metadata or something. i have no clue about .nfo files and if that overrides the metadata info since i never use .nfo.

i haven't noticed any issues with wrong resolution on my custom made includescodecflagging file at least.


- GhostDog - 2010-11-24

Using Dharma RC-1.

Does anything special need to be done to get "Logo's" to show? I've downloaded the logo's via the script(logo.png is the root folder for each show), yet "Logo Missing" still shows in the Logo, and Fanart views.


- zwat - 2010-11-24

locate and delete textures.db in ur document and settings\user folder. logos will not show if u have rared tvshows.


- GhostDog - 2010-11-24

zwat Wrote:locate and delete textures.db in ur document and settings\user folder. logos will not show if u have rared tvshows.

Unfortunately, that didn't work. I'm using XBMC Live (deleted textures.db in the userdata/datbase folder), then rebooted XBMC.

None of my TV shows are rared (TV Shows\Showname\showepname.mkv) I tired adding a new show, and also removing, and rescanning a show to the TV database. No luck.


- mcborzu - 2010-11-24

GhostDog Wrote:Unfortunately, that didn't work. I'm using XBMC Live (deleted textures.db in the userdata/datbase folder), then rebooted XBMC.

None of my TV shows are rared (TV Shows\Showname\showepname.mkv) I tired adding a new show, and also removing, and rescanning a show to the TV database. No luck.

No need to rescan as logos aren't part of XBMC. A debug log of you going thru the TV level will give us the exact answer...


- GhostDog - 2010-11-24

mcborzu Wrote:No need to rescan as logos aren't part of XBMC. A debug log of you going thru the TV level will give us the exact answer...

Code:
14:07:58 T:3054487424 M:1620520960   DEBUG: CGUIMediaWindow::GetDirectory (videodb://2/2/)
14:07:58 T:3054487424 M:1620520960   DEBUG:   ParentPath = [videodb://2/]
14:07:58 T:2872806256 M:1620520960   DEBUG: GetTvShowsByWhere query: SELECT tvshow.*,path.strPath AS strPath,counts.totalcount AS totalCount,counts.watchedcount AS watchedCount,counts.totalcount=counts.watchedcount AS watched FROM tvshow JOIN tvshowlinkpath ON tvshow.idShow=tvshowlinkpath.idShow JOIN path ON path.idpath=tvshowlinkpath.idPath LEFT OUTER join (    SELECT tvshow.idShow AS idShow,count(1) AS totalcount,count(files.playCount) AS watchedcount FROM tvshow     JOIN tvshowlinkepisode ON tvshow.idShow=tvshowlinkepisode.idShow     JOIN episode ON episode.idEpisode=tvshowlinkepisode.idEpisode     JOIN files ON files.idFile=episode.idFile     GROUP BY tvshow.idShow) counts ON tvshow.idShow=counts.idShow
14:07:58 T:2872806256 M:1620520960   DEBUG: Time for actual SQL query = 7
14:07:58 T:2872806256 M:1620520960   DEBUG: Time to retrieve tvshows from dataset = 19
14:07:58 T:3054487424 M:1620520960   DEBUG: Saving fileitems [videodb://2/2/]
14:07:58 T:3054487424 M:1620672512   DEBUG:   -- items: 44, sort method: 25, ascending: true
14:07:58 T:3054487424 M:1620672512   ERROR: Control 594 in window 10025 has been asked to focus, but it can't
14:07:58 T:2931477360 M:1620672512   DEBUG: thread start, auto delete: 0
14:07:59 T:2862316400 M:1620647936   DEBUG: GetImageHash - unable to stat url multipath://smb://kujo:[email protected]/TV Shows2/Friday Night Lights//smb://kujo:[email protected]/TV Shows4/Friday Night Lights//logo.png
14:07:59 T:2908748656 M:1620652032   DEBUG: GetImageHash - unable to stat url smb://192.168.1.123/TV Shows2/Fringe/logo.png
14:07:59 T:2960419696 M:1620652032   DEBUG: GetImageHash - unable to stat url smb://192.168.1.123/TV Shows2/The Hard Times of RJ Berger/logo.png
14:07:59 T:2872806256 M:1620652032   DEBUG: GetImageHash - unable to stat url smb://192.168.1.123/TV Shows2/Haven/logo.png
14:07:59 T:2872806256 M:1620652032   DEBUG: GetImageHash - unable to stat url smb://192.168.1.123/TV Shows4/Human Target/logo.png
14:07:59 T:2862316400 M:1620652032   DEBUG: GetImageHash - unable to stat url smb://192.168.1.123/TV Shows4/Hawaii Five-0/logo.png
14:07:59 T:2872806256 M:1620652032   DEBUG: GetImageHash - unable to stat url smb://192.168.1.123/TV Shows2/The Increasingly Poor Decisions Of Todd Margaret/logo.png
14:07:59 T:2960419696 M:1620652032   DEBUG: GetImageHash - unable to stat url smb://192.168.1.123/TV Shows4/House of Five Leaves/logo.png
14:07:59 T:2908748656 M:1620652032   DEBUG: GetImageHash - unable to stat url smb://192.168.1.123/TV Shows2/Hell's Kitchen/logo.png
14:07:59 T:2908748656 M:1620692992   DEBUG: GetImageHash - unable to stat url smb://192.168.1.123/TV Shows4/Modern Family/logo.png
14:07:59 T:2862316400 M:1620652032   DEBUG: GetImageHash - unable to stat url smb://192.168.1.123/TV Shows4/Lost Girl/logo.png
14:07:59 T:2862316400 M:1620656128   DEBUG: GetImageHash - unable to stat url smb://192.168.1.123/TV Shows2/Nikita/logo.png
14:07:59 T:2960419696 M:1620656128   DEBUG: GetImageHash - unable to stat url smb://192.168.1.123/TV Shows4/Misfits/logo.png
14:07:59 T:2872806256 M:1620656128   DEBUG: GetImageHash - unable to stat url smb://192.168.1.123/TV Shows2/Mad Men/logo.png
14:07:59 T:2872806256 M:1620656128   DEBUG: GetImageHash - unable to stat url multipath://smb://kujo:[email protected]/TV Shows2/Parks and Recreation//smb://kujo:[email protected]/TV Shows4/Parks and Recreation//logo.png
14:07:59 T:2908748656 M:1620783104   DEBUG: GetImageHash - unable to stat url smb://192.168.1.123/TV Shows4/The Next Iron Chef/logo.png
14:07:59 T:2862316400 M:1620783104   DEBUG: GetImageHash - unable to stat url smb://192.168.1.123/TV Shows3/No Ordinary Family/logo.png
14:07:59 T:2908748656 M:1620783104   DEBUG: GetImageHash - unable to stat url multipath://smb://kujo:[email protected]/TV Shows2/Smallville//smb://kujo:[email protected]/TV Shows4/Smallville//logo.png
14:07:59 T:2960419696 M:1620783104   DEBUG: GetImageHash - unable to stat url smb://192.168.1.123/TV Shows2/The Office/logo.png
14:07:59 T:2960419696 M:1620783104   DEBUG: GetImageHash - unable to stat url multipath://smb://kujo:[email protected]/TV Shows2/Supernatural//smb://kujo:[email protected]/TV Shows4/Supernatural//logo.png
14:07:59 T:2960419696 M:1620783104   DEBUG: GetImageHash - unable to stat url smb://192.168.1.123/TV Shows2/Terriers/logo.png
14:07:59 T:2862316400 M:1620783104   DEBUG: GetImageHash - unable to stat url smb://192.168.1.123/TV Shows2/Sons of Anarchy/logo.png
14:07:59 T:2908748656 M:1620783104   DEBUG: GetImageHash - unable to stat url smb://192.168.1.123/TV Shows4/Spooks/logo.png
14:07:59 T:2872806256 M:1620783104   DEBUG: GetImageHash - unable to stat url smb://192.168.1.123/TV Shows2/Real.Time.With.Bill.Maher/logo.png
14:07:59 T:2931477360 M:1620783104   DEBUG: Thread 2931477360 terminating

Not sure why it would there would be a problem accessing the samba shares (their on a Win7 PC). I can obviously browse them fine in XBMC.


- mcborzu - 2010-11-24

I know it doesn't like multipath locations, just for kicks I'd try and delete XBMC\userdata\Database\Textures.db with XBMC not running...9/10 times that fixes the problem


- GhostDog - 2010-11-24

mcborzu Wrote:I know it doesn't like multipath locations, just for kicks I'd try and delete XBMC\userdata\Database\Textures.db with XBMC not running...9/10 times that fixes the problem

No dice. Looks like multipath is the culprit. Oh well.