I have two main uses for my pictures - either randomly showing all my pics (i.e. shuffle recursive and repeat) or showing a particular set in order (none of them).
One of the things that bugged me is that to change between these two options you have to go all the way into the settings and back again.
So I did something about it...
I have two main uses for my pictures - either randomly showing all my pics (i.e. shuffle recursive and repeat) or showing a...
I have two main uses for my pictures - either randomly showing all my pics (i.e. shuffle recursive and repeat) or showing a...
I'm noticing that it takes a while to load thumbnails of my pictures as well... it's odd because my pictures are stored locally... I'm not really sure what the "create thumbnails" button does... but it doesn't really seem to do much... This slow load of thumbnails makes the system seem slow...
I'm noticing that it takes a while to load thumbnails of my pictures as well... it's odd because my pictures are stored locally...
Hey,
I have noticed some performance issues when listing folders with some (70 or so) subfolders. I've been debugging the code...
That'll be cool. Bar 1 or 2 minor issues I mentioned on the main thread I reckon it's 99% perfect as far as a movie plugin goes and needs little further work.
I have to admit I didn't quite 'Get It' at first re the concept of directly using an Ant database, but having used both Ant and your plug extensively now, the mist has...
That'll be cool. Bar 1 or 2 minor issues I mentioned on the main thread I reckon it's 99% perfect as far as a movie plugin goes and...
Hi,
In My plugin 'MyFilms', I want to update the Video Database for having OSD informations during playing movies.
To do so, I...
I assume you mean properties, like #Play.Current.Title etc. You need to use the PropertyManager class. Not sure what its reference path is, but the class itself is located in Core\guilib folder.
Sam
I assume you mean properties, like #Play.Current.Title etc. You need to use the PropertyManager class. Not sure what its reference...
Hi all,
can someone explain to me how I can set "# constants" from a plugin? I want to set these variables for showing some...
If someone wants to host an NDoc style wiki, I would be more than happy to help fill it out with the bits I know. I'm not a big fan of the current wiki system as its all too manual, i.e. you have to type all the methods in, their parameters, their output etc.
Even if NDoc was not able to be wiki-ed, just letting a select group of...
If someone wants to host an NDoc style wiki, I would be more than happy to help fill it out with the bits I know. I'm not a big fan...
yes, i'm a newb...
how do i find in what part of the source code is certain finctionality...
eg...I'd like to see if i can...
Yes developers read the forums and are active in IRC,
but due to work, different timezones, you cannot expect an instant reply;-)
Now about MHW,
TsWriter grabs the MHW and this is further processed in
- TvCardDvbBase.cs in property public List<EpgChannel> Epg
- EpgGrabber.cs
Frodo
Yes developers read the forums and are active in IRC,
but due to work, different timezones, you cannot expect an instant reply;-)...
Have been digging around in the TVEngine3 source looking for code that demonstrates grabbing EPG data from a MHW channel. I can see...
I find MP is slowest when switched from one menu to another esp those with thumbnails, so maybe MP should use lower colour deph thumbnails and turn pictures that are being used as thumbnails into a lower resolution, like 150x150 max?
I find MP is slowest when switched from one menu to another esp those with thumbnails, so maybe MP should use lower colour deph...
Hi,
As you all know MP is a nice product, but it needs a performance boost
Although i'm busy with it , i really could use help on...
Try to run de portal from the debugger.
I get this error:
DLL 'D:\DEV\MediaPortal\xbmc\bin\Debug\Microsoft.DirectX.Direct3D.dll' is attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to hang.
Anyone?
Try to run de portal from the debugger.
I get this error:
DLL...
Try to run de portal from the debugger.
I get this error:
DLL...
Any Dev want to look at this?
In the TVDatabase.cs file, the MapATSCChannel method
in the SQL for the "update tblATSCMapping" (NOT the insert into tblATSCMapping)
the replacment values for the majorChannel and minorChannel
are reversed.
the string.format has:
majorChannel={22}, minorChannel={23},
but the replacment...
Any Dev want to look at this?
In the TVDatabase.cs file, the MapATSCChannel method
in the SQL for the "update tblATSCMapping"...
Any Dev want to look at this?
In the TVDatabase.cs file, the MapATSCChannel method
in the SQL for the "update tblATSCMapping"...
Hi,
sorry wewe. Currently my crystal ball only displays mist. Sometimes something like "WID" appears. :)
The team is working hard on the implementation of the BASS sound engine for the stable release....
Flip.
Hi,
sorry wewe. Currently my crystal ball only displays mist. Sometimes something like "WID" appears. :)
The team is working hard...
A made a patch in an attempt to try to fix some of the hibernate/standby problems im having. Basicly alot of people seem to need to...
Thanks, i wasnt aware the DirectShowLib was external to MP.
Anyway, i searched the MP source for CoCreateInstance, and found a method which is a shortcut to Activator.CreateInstance, so it becomes as simple as this:
That is clean enough(ie no redundant Win32 API calls dragged in with interop), thanks for the help, while it only...
Thanks, i wasnt aware the DirectShowLib was external to MP.
Anyway, i searched the MP source for CoCreateInstance, and found a...
In relation to the Auto zoom/crop discussed in this i need to be able to have MediaPortal call methods on the AutoCrop DirectShow...
Hi all,
With the code attached to this message, it is possible, when MP is resumed from standby and begins to record, show a window preview of the current recording.
I have not learned yet how to stop the preview when the recording finishes.
Can some developers give me a suggestion?
BTW, another way of submitting code...
Hi all,
With the code attached to this message, it is possible, when MP is resumed from standby and begins to record, show a...
Hi all,
With the code attached to this message, it is possible, when MP is resumed from standby and begins to record, show a...