mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
eac3to: autogenerate filenames based on metadata
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user