Posts: 664
Joined: Nov 2008
Reputation:
5
@ Aenima / Jezz_X
I made a small mod yesterday that allows use of the new PVR (using VDR) within Mediastream.
Up till now only PM3.HD has been supported for PVR afaik as it's still under heavy development, but I missed the glory of Mediastream too much so attempted my first go a modding a skin.
Are you guys ok if I post it up for others who are using the PVR but miss mediastream ?
It's quite hackish, as I've never touched a skin before so I just copied the missing parts from PM3.HD and then altered the graphic files (just reusing the original png's from your skin), added the clock etc..
Posts: 252
Joined: Jan 2009
Reputation:
1
Can anyone help me out with gettings rid of the on screen display for recently added music. I want to have it for episodes and movies, but I don't use the music library. I thought just having the library disabled would hide it but it doesn't seem to.
Thanks if anyone can tell me the file to edit. Not sure whether it is the recentlyadded script or a home.xml file.
Posts: 23
Joined: Sep 2009
Reputation:
0
I just installed this skin and find myself having a couple of problems along with a couple of questions.
Here is some system info (which probably doesn't matter since it is a skin)
OS: Windows XP SP3
XBMC Ver: 9.04.1_repack2
Mediastream_Redux_Mod Ver: got it this morning from "git clone git://github.com/aenima99x/MediaStream_Redux_Mod.git"
Now onward to my problem:
I have a bunch of files (MKVs) with names such as: 2001.A.Space.Odyssey.1968.1080p.x264.DD5.mkv
However the "1080" icon is not showing after the system indexes it and adds it to the library. If I put Bluray in there then the Bluray icon shows up just fine. I have also tried both 1080 and 1080p in the line.
So with that said is there a place that has a list of flags that can be in the file name? Something that shows for 1080 to show up use 1080p in the file name, etc.
Also I noticed that if I browse the files in the skin directory that the following files are just whitespace: camera.png, dvd.png, dvdr5.png, dvdr52.png, dvdrip2.png, dvdrip.png, dvdscreener.png, hdtv.png, sd.png, telesync.png
Now I think I read in the forums that it uses the textures.xpr for this and if that the case then the last comment might not matter.
Other than that I love this skin. It has the look and feel that I absolutely love.
EDIT:
If my questions were covered already, I am truly sorry. I made it to about page 18 in this thread before just asking. and with 69 pages I would have been doing nothing else at work today except asking this.
Posts: 3
Joined: Sep 2009
Reputation:
0
I can't download the files.
404 Not Found
nginx/0.6.31
Posts: 23
Joined: Sep 2009
Reputation:
0
Zosky, thanks you nailed it. That's exactly what I was missing. All flag images show up fine and yes my background was white. Thanks for showing me where I went wrong.
Posts: 23
Joined: May 2004
Reputation:
0
the resolution flag (& codec flag / audio channels flag / aspect ratio flag) is not based on the filename
go to > settings > video > general > turn on "extract media metadata info"
then update your library.
Are you refering to the settings in XBMC? Because I don't see "extract media metadata info" when i navigate there.
Posts: 23
Joined: Sep 2009
Reputation:
0
Interestingly enough if I put the word "Bluray" in any of the file names the Bluray logo is displayed. So it seems the the file name still comes into play for some words. So now that I got the Bluray to show which basically allows me to make a bunch of phony ISO files so that my Bluray collection shows on screen how can I do this for DVD? I tried adding DVD to the file name but it doesn't seem to put the DVD logo on screen. How can I do this now?
Posts: 23
Joined: Sep 2009
Reputation:
0
Redrocker, yes we are talking about xbmc, not sure why you are not seeing it. Are you running a current build?
Posts: 394
Joined: Dec 2008
Reputation:
4
like i said, the "source" flag is based on file name (the others are metadata)
look at the contents of 720p/IncludesCodecFlagging.xml
you'll see exactly what its looking for in each case ... like this
<visible>substring(ListItem.filename,dvdrip)</visible>