Changes to add Love/Ban option to Now playing via buttons as well as having keyboard shortcuts L / B
http://mantis.team-mediaportal.com/view.php?id=3175
Open the issue in Mantis...
Changes to add Love/Ban option to Now playing via buttons as well as having keyboard shortcuts L / B...
Changes to add Love/Ban option to Now playing via buttons as well as having keyboard shortcuts L / B...
Added quick options on selected folder to play all videos inside:
Sort By Name
Sort By Date
Shuffle
There is also configuration options how to play:
Sort By Name - Do not ask -> (filename without path)
Sort By Date - Do not ask -> (last modified date)
Shuffle - Do not ask -> (Shuffle files)
Always ask...
Added quick options on selected folder to play all videos inside:
Sort By Name
Sort By Date
Shuffle
There is also configuration...
Added quick options on selected folder to play all videos inside:
Sort By Name
Sort By Date
Shuffle
There is also configuration...
Additional fields, which are available via taglib-sharp should be added to the database.
Fields are:
Comment, FileType, Codec, BitRateMode, BPM, Bitrate, Channels, SampleRate
http://mantis.team-mediaportal.com/view.php?id=3173
Open the issue in Mantis...
Additional fields, which are available via taglib-sharp should be added to the database.
Fields are:
Comment, FileType, Codec...
Additional fields, which are available via taglib-sharp should be added to the database.
Fields are:
Comment, FileType, Codec...
Sometimes when a channel is tuned the result is "no audio video video detected".
It is a timing related issue.
more:
https://forum.team-mediaportal.com/mediaportal-releases-315/tve3-fix-no-v-video-found-89304/#post678206 [^]
http://mantis.team-mediaportal.com/view.php?id=3171
Open the issue in Mantis...
Sometimes when a channel is tuned the result is "no audio video video detected".
It is a timing related issue.
more...
Sometimes when a channel is tuned the result is "no audio video video detected".
It is a timing related issue.
more...
Have the ability to start the Music Plugin from Home and going to a predefined View.
http://mantis.team-mediaportal.com/view.php?id=3170
Open the issue in Mantis...
Have the ability to start the Music Plugin from Home and going to a predefined View...
Have the ability to start the Music Plugin from Home and going to a predefined View...
Set a global action to jump to music now playing screen.
Using the "Z" key for that.
The only thing to note is that jump will only work if something is playing and it is music
patch provided by jameson_uk
http://mantis.team-mediaportal.com/view.php?id=3168
Open the issue in Mantis...
Set a global action to jump to music now playing screen.
Using the "Z" key for that.
The only thing to note is that jump will...
Set a global action to jump to music now playing screen.
Using the "Z" key for that.
The only thing to note is that jump will...
If you open up EPG in single channel view the top line is the next program. To get to the current program you have to scroll up.
http://mantis.team-mediaportal.com/view.php?id=3167
Open the issue in Mantis...
If you open up EPG in single channel view the top line is the next program. To get to the current program you have to scroll up...
If you open up EPG in single channel view the top line is the next program. To get to the current program you have to scroll up...
There are tw issues with skipping views with a single entry.
The first is that when skipping a level the selected value is not set which means say you skip artist and go down to album that rather than seeing only albums for the artist you have skipped you see all albums.
The other issue is that at the top level of the view it is...
There are tw issues with skipping views with a single entry.
The first is that when skipping a level the selected value is not set...
There are tw issues with skipping views with a single entry.
The first is that when skipping a level the selected value is not set...
With 1.2.0 A we introduced an option to allow the playback of videos inside MyPitures.
Creating thumbnails is supported as well, but fails for mov files.
http://mantis.team-mediaportal.com/view.php?id=3165
Open the issue in Mantis...
With 1.2.0 A we introduced an option to allow the playback of videos inside MyPitures.
Creating thumbnails is supported as well...
With 1.2.0 A we introduced an option to allow the playback of videos inside MyPitures.
Creating thumbnails is supported as well...
Default English language file (strings_en.xml) has mixed US and GB strings. We should move GB strings from strings_en.xml to strings_en-GB.xml and replace moved strings with US versions from strings_en-US.xml. Then strings_en-US.xml can be cleared.
http://mantis.team-mediaportal.com/view.php?id=3164
Open the issue in Mantis...
Default English language file (strings_en.xml) has mixed US and GB strings. We should move GB strings from strings_en.xml to...
Default English language file (strings_en.xml) has mixed US and GB strings. We should move GB strings from strings_en.xml to...
Limit for image size is Min(Code, Skin). Currently in code, 512px is set, therefore skins with larger preview windows will work but image area will not be filled completely.
http://mantis.team-mediaportal.com/view.php?id=3163
Open the issue in Mantis...
Limit for image size is Min(Code, Skin). Currently in code, 512px is set, therefore skins with larger preview windows will work but...
Limit for image size is Min(Code, Skin). Currently in code, 512px is set, therefore skins with larger preview windows will work but...
Animations on controls with no visible conditions are not working when for example plugin changes their visibility.
"Mantis 2867: Hidden animations all execute on windowopen" introduced additional if clause before QueueAnimation with condition that will not be true if control has no visible condition...
Animations on controls with no visible conditions are not working when for example plugin changes their visibility.
"Mantis 2867...
Animations on controls with no visible conditions are not working when for example plugin changes their visibility.
"Mantis 2867...
When plugin is installed and enabled, then removed it's enabled status is not removed therefore the plugin.isenabled() returns incorrect result.
http://mantis.team-mediaportal.com/view.php?id=3160
Open the issue in Mantis...
When plugin is installed and enabled, then removed it's enabled status is not removed therefore the plugin.isenabled() returns...
When plugin is installed and enabled, then removed it's enabled status is not removed therefore the plugin.isenabled() returns...
In some situations MP will crash when playing music & you go into videos & start a video.
http://mantis.team-mediaportal.com/view.php?id=3159
Open the issue in Mantis...
In some situations MP will crash when playing music & you go into videos & start a video...
In some situations MP will crash when playing music & you go into videos & start a video...
Problem was introduced after SVN entry 26656
mantis link: http://mantis.team-mediaportal.com/view.php?id=3126 [^]
http://mantis.team-mediaportal.com/view.php?id=3158
Open the issue in Mantis...
Problem was introduced after SVN entry 26656
mantis link: http://mantis.team-mediaportal.com/view.php?id=3126 [^]...
Problem was introduced after SVN entry 26656
mantis link: http://mantis.team-mediaportal.com/view.php?id=3126 [^]...
epgDecoder.cpp has two occurence of
CAutoString buffer(event_len+10);
getString468A(&buf[6],event_len,buffer.GetBuffer(), event_len*4);
should be
CAutoString buffer(event_len*4);
http://mantis.team-mediaportal.com/view.php?id=3157
Open the issue in Mantis...
epgDecoder.cpp has two occurence of
CAutoString buffer(event_len+10);
getString468A(&buf[6],event_len,buffer.GetBuffer()...
epgDecoder.cpp has two occurence of
CAutoString buffer(event_len+10);
getString468A(&buf[6],event_len,buffer.GetBuffer()...
Currently in MP Configuration > General > Thumbnails default is 2x2. This applies to video and TV thumbs and requires more processing. Sometimes not all 4 small images are filled, or even visible on smaller screens.
This changes the default setting to 1x1.
Users will need to clear TV/Video Thumbs for the new setting to take effect...
Currently in MP Configuration > General > Thumbnails default is 2x2. This applies to video and TV thumbs and requires more...
Currently in MP Configuration > General > Thumbnails default is 2x2. This applies to video and TV thumbs and requires more...
https://forum.team-mediaportal.com/submit-code-patches-mediaportal-tv-server-etc-325/bug-networkmonitor-powerscheduler-get-never-started-89103/#post676111 [^]
http://mantis.team-mediaportal.com/view.php?id=3153
Open the issue in Mantis...
When scanning the Music folders the GUI is blocked, until the scan has finished.
http://mantis.team-mediaportal.com/view.php?id=3152
Open the issue in Mantis...
When scanning the Music folders the GUI is blocked, until the scan has finished...
When scanning the Music folders the GUI is blocked, until the scan has finished...
GUIVideoTitle.cs line 533-536 is redundant because label Layout is already in a Focus state (this cause label View also look as focus):
if (itemCount == 0)
{
btnViews.Focus = true;
}
http://mantis.team-mediaportal.com/view.php?id=3151
Open the issue in Mantis...
GUIVideoTitle.cs line 533-536 is redundant because label Layout is already in a Focus state (this cause label View also look as...
GUIVideoTitle.cs line 533-536 is redundant because label Layout is already in a Focus state (this cause label View also look as...
When your in MP Configuration & in either Music, Pictures or Videos + add extension it is possible to add one thats already there.
http://mantis.team-mediaportal.com/view.php?id=3150
Open the issue in Mantis...
When your in MP Configuration & in either Music, Pictures or Videos + add extension it is possible to add one thats already there...
When your in MP Configuration & in either Music, Pictures or Videos + add extension it is possible to add one thats already there...
If WatchDog is closed after it has created the temporary configuration but before gathering logs and deleting the file, the next time it is run it will crash with a File Already Exists exception.
http://mantis.team-mediaportal.com/view.php?id=3149
Open the issue in Mantis...
If WatchDog is closed after it has created the temporary configuration but before gathering logs and deleting the file, the next...
If WatchDog is closed after it has created the temporary configuration but before gathering logs and deleting the file, the next...
AW: 0001092: VISTA: Power-Off button on remote hibernates even when recording is acti
You could try PowerScheduler++, which is an enhanced replacement for the PowerScheduler plugin and prevents vista / win7 systems from suspending / hibernating when you push Power-Off (on your remote or even on your PC) while recording.
Michael
AW: 0001092: VISTA: Power-Off button on remote hibernates even when recording is acti
You could try PowerScheduler++, which is an...
I just looked in the code and saw that might be an issue.
Can anybody confirm that?
1. Start Recording
2. Push Power-Off on your...
All values of MusicTag and artist/album info should be exposed as properties in Now Playing for useage in Skins.
http://mantis.team-mediaportal.com/view.php?id=3148
Open the issue in Mantis...
All values of MusicTag and artist/album info should be exposed as properties in Now Playing for useage in Skins...
All values of MusicTag and artist/album info should be exposed as properties in Now Playing for useage in Skins...
The instruction on howto create dump RAW Transport Stream in wiki is outdated & will not work anymore.
http://mantis.team-mediaportal.com/view.php?id=3147
Open the issue in Mantis...
The instruction on howto create dump RAW Transport Stream in wiki is outdated & will not work anymore...
The instruction on howto create dump RAW Transport Stream in wiki is outdated & will not work anymore...