XBMC Community Forum
[MOD] MediaStream_Redux MOD Pack - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: MediaStream (/forumdisplay.php?fid=69)
+---- Thread: [MOD] MediaStream_Redux MOD Pack (/showthread.php?tid=54207)



- SlaveUnit - 2009-07-22 23:27

You can always just make dummy nfo files too.

Since I have about 600 movies from personally ripped iso files I just inserted into every nfo file something like

<fileinfo>
<aspect>
<video>mpeg2video

<audio>ac3
<channels>6

Then just did the aspect ratios and any that were DTS or different channels by hand. Sad to say Im only on the letter C so far.

But putting the same info into every file is simple with a file edit prgoram like edit+. If you go this route let me know and I can assist if needed.

Also you can change the title in the nfo file. To read like "Flash Gordon (Offline)" or "Flash Gordon (DVD)". That way when you browse the library you will know what moves you can play right away and what ones you need to pop in the disc for.


- Aenima99x - 2009-07-22 23:34

Yup, that's what I do. I have a ton of dummy NFO files too. The skin-based media flagging in kind of messy and I'm not real sure I want to get into it.


- nc88keyz - 2009-07-22 23:53

I would really like to see Studio Flag Support. This would just be fantastic.

This skin is getting so good now, in such short amounts of time.


- SlaveUnit - 2009-07-23 00:04

nc88keyz Wrote:I would really like to see Studio Flag Support. This would just be fantastic.

This skin is getting so good now, in such short amounts of time.

Where would you like to see the studio flag? Mockups welcome.


- nc88keyz - 2009-07-23 00:19

well seeing how i refuse to clutter my drives with .nfo files and such until its supported in xbmc scrapers I guess Im not hard up for it just yet,

But i think the stars system can go bye bye...


- azido - 2009-07-23 01:06

SlaveUnit Wrote:You can always just make dummy nfo files too.

Since I have about 600 movies from personally ripped iso files I just inserted into every nfo file something like

<fileinfo>
<aspect>
<video>mpeg2video

<audio>ac3
<channels>6

Then just did the aspect ratios and any that were DTS or different channels by hand. Sad to say Im only on the letter C so far.

got you so far. but: when you put these into the nfo - will the appropriate flags be shown? i don't think so.

what i'm looking for is a way to store data for these flags either in database (would be the best way but will incorporate xbmc devs to work on it) or by adding trigger words into the nfos (like the studio hack hijacked studio information to store that).

all is fine with native media flagging as long as the movies are in a scanable format on a given reachable path. but when thinking further, the day comes when you remove i.e. some tv series from harddisc to gain space for new ones, making them available on dvdr or something. when this happens, you'll loose the flagging also, since it is not stored anywhere. i would like to prevent that situation Smile

Quote:Where would you like to see the studio flag? Mockups welcome.

just after all the other flags displayed on the right side in info wrap view. or at the right of the director. there's space available Wink


- azido - 2009-07-23 01:17

Aenima99x Wrote:Yup, that's what I do. I have a ton of dummy NFO files too. The skin-based media flagging in kind of messy and I'm not real sure I want to get into it.

what about filename-based? would it be hard to inject this into your mod? i guess i have a look at how source flagging is realised and try to adopt it for other flags Smile


- SlaveUnit - 2009-07-23 01:59

nc88keyz Wrote:well seeing how i refuse to clutter my drives with .nfo files and such until its supported in xbmc scrapers I guess Im not hard up for it just yet,

But i think the stars system can go bye bye...

The studio flag is put into the db in xbmc in the <studio> field. It has nothing to do with nfo files.


- SlaveUnit - 2009-07-23 02:03

azido, the appropriate flags will be shown. Add this to any movie you have. Then in XBMC just refresh the info for the movie. you will see that flags. Then you will have it in your xbmc db and in the info file.

<fileinfo>
<streamdetails>
<video>
<codec>mpeg2video</codec>
<aspect>1.78</aspect>
<width>720</width>
<height>480</height>
</video>
<audio>
<codec>ac3</codec>
<language>eng</language>
<channels>6</channels>
</audio>
<subtitle>
<language>eng</language>
</subtitle>
</streamdetails>
</fileinfo>


goes right after </trailer>

Here is a pastebin for the proper indenting http://pastebin.com/f31b936e7

Alternatively you can edit the db directly with an editor.


- azido - 2009-07-23 03:14

SlaveUnit Wrote:azido, the appropriate flags will be shown.

goes right after </trailer>

Here is a pastebin for the proper indenting http://pastebin.com/f31b936e7

Alternatively you can edit the db directly with an editor.

thank you, bro! i'm gonna have a dig into this for sure..
Nod

edit: damned, you are right.. instead of "720" and "16:9" i now have "SD, MPEG2, DOLBY DIGITAL, 5.1 & 2:35:1" onscreen Tongue - guess i'll have to sort out some nfos now Smile

great. is there any info regarding what can be inserted into video <codec> ? i'd like to see a DVD logo instead of mpeg2.

and, aenima: how about adding an mpaa rating flag? would be cool..