MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Help on Development » Quality Assurance (Bugreports) » Bugreports » 1.0 RC1 and SVN Builds


1.0 RC1 and SVN Builds Post bugs you have found in 1.0 RC1 or any SVN-Snapshot here.

Reply
 
Thread Tools Display Modes
Old 2008-05-07, 17:52   #1 (permalink)
Portal Member
 
Join Date: Apr 2006
Location: San Sebastian
Posts: 411
Thanks: 7
Thanked 19 Times in 12 Posts

My System

fixed UNSUPORTED FIX FOR : 18882 Fixed mantis change .TS detects if open from MyRecordings

Hi
after the fix : 18882 Fixed mantis issue 0001228: MyVideos uses codec configured in Televison for *.ts files witch is ok... There is another bug because of the fix of this bug, now MyRecordings also get the codec information from MyMovies instead that form MyTv..

This create a bad scenario, for example:
I have setup the codecs for MyTv -- Video MScodec and Audio Mscodec.. and also I want the same for myrecordings
I have setup the codecs for MyMovies... Video FFDSHOW and Audio Ac3filter..

With the above fix, my TVrecordings uses FFDSHOW and Ac3filer witch is wrong and I have worse quality on video for my recordings that for my LiveTv...

If you make a diference between MyTv and MyMovies for .TS files you have all the choices, if I open from Myrecordings it should use MyTv codecs.. If I open from MyMovies it should use MyMovies codecs...

Do you think???

Ok, I did the fix myseft this is for Build19127, works as explained
The code change and the bin on the zip
Gex I have change the code this way:

protected bool IsVideoFile(string filename)
{
bool isTimeShiftStream=false;

if (filename.ToLower().StartsWith("rtsp://"))
{
string url=filename.Remove(0,filename.LastIndexOf('/')+1);
isTimeShiftStream=(url.Substring(0, 6) == "stream");
}
if (this._mediaType == g_Player.MediaType.Video)
{
Log.Info("Iosu TsReaderPlayer: IsVideoFile {0} == Video", this._mediaType);
return true;
}
else
{
Log.Info("Iosu TsReaderPlayer: IsVideoFile {0} == Tv or Recording", this._mediaType);
return false;
}

//cambio iosu return (filename.ToLower().IndexOf(".tsbuffer") < 0 && filename.ToLower().IndexOf("radio.tsbuffer") < 0 && !isTimeShiftStream);
Attached Files
File Type: zip Build19127FixMantis0001228.zip (863.9 KB, 46 views)

Last edited by iosub; 2008-05-20 at 18:30.
iosub is offline   Reply With Quote
This User Say Thank You:
Old 2008-05-09, 13:34   #2 (permalink)
Portal Member
 
Join Date: Apr 2006
Location: San Sebastian
Posts: 411
Thanks: 7
Thanked 19 Times in 12 Posts

My System

Default

Is anybody at home???

Iosu
iosub is offline   Reply With Quote
Old 2008-05-09, 18:36   #3 (permalink)
MP Donator
 
vuego's Avatar
 
Join Date: Aug 2006
Age: 7
Posts: 296
Thanks: 54
Thanked 11 Times in 11 Posts

Country:

My System

Default

I have the very same problem. I'd like to use different Audio Renderers for My TV/My Recordings and My Videos but it's not possible since build 19010.
vuego is offline   Reply With Quote
Old 2008-05-09, 22:35   #4 (permalink)
Portal Member
 
Join Date: Apr 2006
Location: San Sebastian
Posts: 411
Thanks: 7
Thanked 19 Times in 12 Posts

My System

Default

Gemx..

Can you check this??
It would be nice :-)

Thank you
iosub is offline   Reply With Quote
Old 2008-05-19, 17:42   #5 (permalink)
MP Donator
 
vuego's Avatar
 
Join Date: Aug 2006
Age: 7
Posts: 296
Thanks: 54
Thanked 11 Times in 11 Posts

Country:

My System

Default

Thanks iosub! It works very well.

Hopefully this code can make it to the SVN.
vuego is offline   Reply With Quote
Old 2008-05-19, 18:58   #6 (permalink)
Portal Member
 
Join Date: Apr 2006
Location: San Sebastian
Posts: 411
Thanks: 7
Thanked 19 Times in 12 Posts

My System

Default

Great

I have send a email to GEMX, lets see what he thinks.

also, you can post the result here.
http://forum.team-mediaportal.com/266924-post31.html

iosu
iosub is offline   Reply With Quote
Old 2008-05-20, 16:35   #7 (permalink)
Portal Member
 
Join Date: Nov 2007
Posts: 149
Thanks: 1
Thanked 5 Times in 5 Posts

Country:

My System

Default

Thanks for this fix! I haven't tried it yet but all of my recordings and .ts files are playing back choppy and now I know why: in MyVideos, I use post-processing with ffdshow, which is evidently not possible with TS recordings.

This definitely needs to get into the next SVN!
damaster is offline   Reply With Quote
Old 2008-05-20, 18:22   #8 (permalink)
Portal Member
 
Join Date: Apr 2006
Location: San Sebastian
Posts: 411
Thanks: 7
Thanked 19 Times in 12 Posts

My System

Default

Great, as I sait before, post the result on http://forum.team-mediaportal.com/266924-post31.html
so the devteam can take care of it

Iosu
iosub is offline   Reply With Quote
Old 2008-05-24, 21:31   #9 (permalink)
MP Donator
 
vuego's Avatar
 
Join Date: Aug 2006
Age: 7
Posts: 296
Thanks: 54
Thanked 11 Times in 11 Posts

Country:

My System

Default

Will this work for 19158 as well?
vuego is offline   Reply With Quote
Old 2008-05-25, 03:30   #10 (permalink)
Portal Member
 
Join Date: Apr 2006
Location: San Sebastian
Posts: 411
Thanks: 7
Thanked 19 Times in 12 Posts

My System

Default

last build patch
Attached Files
File Type: zip 19158 .zip (863.7 KB, 31 views)
iosub is offline   Reply With Quote
2 Users Say Thank You:
Reply

Bookmarks

Tags
change, detects, fix, fixed, mantis, myrecordings, open, unsuported

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fixed MPTray focus issue. trythisone Plugins 3 2008-07-02 09:02


All times are GMT +1. The time now is 03:10.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress