happycube / ld-decode

Software defined LaserDisc decoder
GNU General Public License v3.0
296 stars 76 forks source link

ld-discmap doesn't like paths with "." in them before the final file extension #810

Closed CordySmith closed 1 year ago

CordySmith commented 1 year ago

When attempting to ld-discmap a tbc file with a "." (period) in the path, it complains about not being able to find the related pcm file - i.e.

ld-discmap "mytbcfile 1.1 blah blah.tbc" "mytbcfile 1.1 blah blah discmapped.tbc"

Will result in (with --debug set):

Debug: Could not open "mytbcfile 1.pcm" as source audio input file Fatal: Could not open PCM audio file!

Seems like something is searching for the first period in the tbc file - rather than the right-most one.