Updated the Main form to include subtitles in the details pane. Minor tweaks to the serializer engine. Focus my shift from this to FNRenamer from here.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MKVTest
|
||||
{
|
||||
class MkvAttribute
|
||||
{
|
||||
public string Name;
|
||||
public string Value;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user