- Thread starter
- #101
Damn, there are lots of small issues to deal with ....
I had to compile to release so it wouldnt be dependent on debug runtimes.
I still need to do the following:
1. Make it work when viewing without timeshifting. At first I had a hell of a time being confused about why my filter wasnt added at all, but it was because it was added to the SBE playback graph, and MP is apparently already using the transport stream for timeshifting now Now i have to figure out which graph is used for 'live' playback and add it there as well.
2. Move log file location ( right now its C:\autocrop.txt
3. Move the filter into the MediaPortal Visual Studio project (otherwise its going to be hard to add it to SVN
4. Add the necessary stuff to allow the configuration to register the filter, giving a choice between a log enabled one, and one without logs.
Still i managed to try it out on my HTPC, and it works nicely.
I had to compile to release so it wouldnt be dependent on debug runtimes.
I still need to do the following:
1. Make it work when viewing without timeshifting. At first I had a hell of a time being confused about why my filter wasnt added at all, but it was because it was added to the SBE playback graph, and MP is apparently already using the transport stream for timeshifting now Now i have to figure out which graph is used for 'live' playback and add it there as well.
2. Move log file location ( right now its C:\autocrop.txt
3. Move the filter into the MediaPortal Visual Studio project (otherwise its going to be hard to add it to SVN
4. Add the necessary stuff to allow the configuration to register the filter, giving a choice between a log enabled one, and one without logs.
Still i managed to try it out on my HTPC, and it works nicely.