eac3to: autogenerate filenames based on metadata

This commit is contained in:
Grigory Chudov
2018-02-20 20:41:40 -05:00
parent e259575fab
commit 4cf2420c46
2 changed files with 57 additions and 48 deletions

View File

@@ -276,6 +276,7 @@ namespace CUETools.Codecs.BDLPCM
public void Close()
{
if (readers != null)
foreach (var rdr in readers)
{
rdr.Close();
@@ -367,6 +368,14 @@ namespace CUETools.Codecs.BDLPCM
return res;
}
public string FileName
{
get
{
return System.IO.Path.GetFileName(_path);
}
}
public MPLSHeader MPLSHeader
{
get