Solved Possible for * All Recordings to be default
#1
I am trying to create a horizontal layout in tv recordings view and have managed a rough view but the main issue is that I cannot make all the recordings to show up I always have to click on * All Recordings.

I want to know is it possible to disable the auto creation of "* All Recordings" and "Currently Recording folders so that it always shows all recordings if these folders are auto created by server.wmc ?


I have posted this originally in the PVR Development Thread


http://forum.xbmc.org/showthread.php?tid...pid1649477

Great work on the plugin
Reply
#2
You can disabled the heirarchical recording display with the following ServerWMC setting (edited in config.xml in %ProgramData%\VDSoftware\ServerWMC)

UseHierarchicalRecordings

However this will mean that multiple episodes of a show do not stack anymore, ie you get a completely flat list of every recording file
pvr.wmc TV addon and ServerWMC Backend Development Team
http://bit.ly/ServerWMC
Reply
#3
I will give it a try thank you.

Is it possible for when there multiple shows can there be a thubnail generated currently there is only a default png so recorded tv screen doesn,t look great.

This may be in the wrong thread
Reply
#4
The easy way to do what scarecrow said is to go to the 'Recordings' tab and turn off 'Group recordings in folders'..

I'm not clear on what you're asking about recording thumbnails. If you don't like the ones imported from wmc, you can go to the 'Display Options' in swmc and turn on 'Ignore Recording images from WMC'. Depending on your setup this will make xbmc generate its own thumbnails, but I think these usually look awful.

Are you making a custom skin? Post a screen shot when you can.
Windows Media Center PVR addon (pvr.wmc) and server backend (ServerWMC)
http://bit.ly/serverwmc
Reply
#5
Thanks

That worked perfectly

This is how it looks when grouping is enabled you can only see the default thumbnail

Image

Grouping Disabled

This looks a lot better there is still lot to do but it is a start.

Image
Reply
#6
Looks great!

But since you are skinning... I think the hierarchically view is way handier when you have hundred's of recordings. It would seem to me that in the hierarchical view you could use a representative image for each series (folder), taken from an episode inside the folder or a guide image). For the description, when you select the folder you could display the info from the latest show recorded (this is actually what wmc does when you select a series level folder). Of course this is coming from someone who doesn't know much about skinning. Just throwing it out there.
Windows Media Center PVR addon (pvr.wmc) and server backend (ServerWMC)
http://bit.ly/serverwmc
Reply
#7
Krusty, do we control the icons shown for the heirarchical group folders or does XBMC?
pvr.wmc TV addon and ServerWMC Backend Development Team
http://bit.ly/ServerWMC
Reply
#8
AFAIK, no. Meaning that, there isn't a field in the recording object that we pass back to xbmc for the folder. I tried some experiments with different image fields and nothing would put an image in that location skin (its was a very brief test though, I could have botched it). I figured the skinner would be able to put an episode icon in that position but I don't know if that's true either.
Windows Media Center PVR addon (pvr.wmc) and server backend (ServerWMC)
http://bit.ly/serverwmc
Reply
#9
I suspected as much, since it seems the heirarchy is set via a "Path" property on recordings, so we dont really create/define each folder as much as they are inferred from the "Paths" of all recording items. On my setup at home pretty much the whole thing just shows the default icon - it would be nice to have something else
pvr.wmc TV addon and ServerWMC Backend Development Team
http://bit.ly/ServerWMC
Reply
#10
Totally agree. I looks like it is waiting for an image though, just don't know where to plug it in. Does anyone know of another pvr addon that places icons in the series level?
Windows Media Center PVR addon (pvr.wmc) and server backend (ServerWMC)
http://bit.ly/serverwmc
Reply
#11
I agree that hierarchical view is the best if you have so many recordings but unfortunately to give a folder an image is beyond my skill level I am just a beginner. I am just trying to make Amber better as it runs great on my raspberries.

I will do some more reading luckily the wiki is a great source of information so maybe I could figure it out.
Reply
#12
(2014-03-12, 03:33)scarecrow420 Wrote: I suspected as much, since it seems the heirarchy is set via a "Path" property on recordings, so we dont really create/define each folder as much as they are inferred from the "Paths" of all recording items. On my setup at home pretty much the whole thing just shows the default icon - it would be nice to have something else

If I understand you correctly, that is not how it works. The 'folder' name is input to xbmc in the strDirectory field of each recording object.
Windows Media Center PVR addon (pvr.wmc) and server backend (ServerWMC)
http://bit.ly/serverwmc
Reply
#13
Nah, I was attempting to say what you just said. Each recording item has a "path" although you correctly referred to it as strDirectory. XBMC infers the heirarchical structure by virtue of the strDirectory of the recording items, ie the folders themselves arent 1st class objects
pvr.wmc TV addon and ServerWMC Backend Development Team
http://bit.ly/ServerWMC
Reply

Logout Mark Read Team Forum Stats Members Help
Possible for * All Recordings to be default0