home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Quality Assurance
Bugtracker Feed
0002592: Problems from the update of TagLibPlugin
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="MediaPortal-Bot" data-source="post: 550570" data-attributes="member: 48617"><p>1) There is now a file reference from the MusicMetadataExtractor to the DLL file "..\..\..\..\Bin\MP-II-Client\bin\x86\Debug\Plugins\TagLibPlugin\TagLib.dll". Should be replaced by a reference to the TagLibPlugin itself.</p><p></p><p></p><p>2) Media resource access was broken by this change:</p><p></p><p></p><p>Index: D:/Projekte/Visual C#/MediaPortal/MP-Server/Source/Media/MetadataExtractors/MusicMetadataExtractor/MusicMetadataExtractor.cs</p><p>===================================================================</p><p>--- D:/Projekte/Visual C#/MediaPortal/MP-Server/Source/Media/MetadataExtractors/MusicMetadataExtractor/MusicMetadataExtractor.cs (revision 24525)</p><p>+++ D:/Projekte/Visual C#/MediaPortal/MP-Server/Source/Media/MetadataExtractors/MusicMetadataExtractor/MusicMetadataExtractor.cs (revision 24526)</p><p>@@ -204,8 +204,7 @@</p><p> File tag;</p><p> try</p><p> {</p><p>- tag = File.Create(new MediaProviderFileAbstraction(mediaItemAccessor),</p><p>- Path.GetFileName(humanReadablePath), null, ReadStyle.Fast);</p><p>+ tag = File.Create(humanReadablePath);</p><p> }</p><p> catch (CorruptFileException)</p><p> {</p><p></p><p>The change is invalid and must be reverted. If the new TagLibPlugin doesn't support the file access via that file abstraction any more, it needs to be added.</p><p></p><p><a href="http://mantis.team-mediaportal.com/view.php?id=2592" target="_blank">http://mantis.team-mediaportal.com/view.php?id=2592</a></p><p></p><p><a href="http://mantis.team-mediaportal.com/view.php?id=2592" target="_blank">Open the issue in Mantis...</a></p></blockquote><p></p>
[QUOTE="MediaPortal-Bot, post: 550570, member: 48617"] 1) There is now a file reference from the MusicMetadataExtractor to the DLL file "..\..\..\..\Bin\MP-II-Client\bin\x86\Debug\Plugins\TagLibPlugin\TagLib.dll". Should be replaced by a reference to the TagLibPlugin itself. 2) Media resource access was broken by this change: Index: D:/Projekte/Visual C#/MediaPortal/MP-Server/Source/Media/MetadataExtractors/MusicMetadataExtractor/MusicMetadataExtractor.cs =================================================================== --- D:/Projekte/Visual C#/MediaPortal/MP-Server/Source/Media/MetadataExtractors/MusicMetadataExtractor/MusicMetadataExtractor.cs (revision 24525) +++ D:/Projekte/Visual C#/MediaPortal/MP-Server/Source/Media/MetadataExtractors/MusicMetadataExtractor/MusicMetadataExtractor.cs (revision 24526) @@ -204,8 +204,7 @@ File tag; try { - tag = File.Create(new MediaProviderFileAbstraction(mediaItemAccessor), - Path.GetFileName(humanReadablePath), null, ReadStyle.Fast); + tag = File.Create(humanReadablePath); } catch (CorruptFileException) { The change is invalid and must be reverted. If the new TagLibPlugin doesn't support the file access via that file abstraction any more, it needs to be added. [url]http://mantis.team-mediaportal.com/view.php?id=2592[/url] [url=http://mantis.team-mediaportal.com/view.php?id=2592]Open the issue in Mantis...[/url] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Quality Assurance
Bugtracker Feed
0002592: Problems from the update of TagLibPlugin
Contact us
RSS
Top
Bottom