- May 16, 2008
- 11,418
- 2,336
- Home Country
- Germany
Yeah, for some 30 seconds before I deleted it.I thought I saw a reply by HTPC Sourcer
I can't tell you why symbolic links are not working.using symbolic links
Yeah, for some 30 seconds before I deleted it.I thought I saw a reply by HTPC Sourcer
I can't tell you why symbolic links are not working.using symbolic links
If you like to debug in the MP2-Client, open the Visual Studio solution, compile the client in DEBUG mode an run it.Ok, how do I debug this if I want to? Ideally, I want to debug the client (which doesn't show the movie listing) rather than the importer which may or may not have imported information for the symbolic link by going to its underlying source. If it is the latter that is the problem, then we can take that as the second step after verifying that the client is behaving properly (which I think it is not).
Thanks,
Sridhar
If you like to debug in the MP2-Client, open the Visual Studio solution, compile the client in DEBUG mode an run it.
The code is commonly shared by client and server, so if it works in client it should do in server as well.
- Make sure the MP2-Server is not connected/attached so you work "local only".
- Create a new local media source in configuration that points to the folder which contains symbolic links.
- Use the "browse media" tile from home screen. In detached mode the browsing now happens in client side only (not browsing the imported MediaLibrary). This way you can add breakpoints in metadata extractors a.s.o.
The importer executes a number of so called MetadataExtractors (MDEs). Most important the SeriesMDE, MovieMDE. Each of it performs different actions, like checking for .nfo files, try to parse file name / folder name for name, do online lookups to TMDB or similar sites. See the full list of MDEs in folder: MediaPortal/MediaPortal-2How does the server know that there is a movie in a particular folder?