Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

baseName not the same as directoryname #2525

Closed
Omertron opened this issue Mar 16, 2015 · 3 comments
Closed

baseName not the same as directoryname #2525

Omertron opened this issue Mar 16, 2015 · 3 comments

Comments

@Omertron
Copy link
Member

Original issue 2526 created by Omertron on 2012-11-15T23:47:44.000Z:

What steps will reproduce the problem?

  1. A scan on a movie directory
  2. With directorynames:
    A Mighty Heart[2007][DVDR-aXXo
    Atonement[2007]DVDR-aXXo
    Choke[2008]DVDR-FXG

What is the expected output? What do you see instead?
When I look at de CompleteMovies.xml, the baseName and baseFilename are missing the "-" from the directory name. And the jukebox files like posters are missing the same "-".
I think it's missing because YAMJ uses the "-" to define the end off what is should read.

What version/revision of YAMJ are you using? On what operating system?
Version 2.7 on Windows 7

What device are you using YAMJ on? Networked Media Tank, PlayonHD, PlayOnHD

The reason I need it, is because I'm building a rename tool to rename the directories to %moviename%[%year%], and it looks like baseName and baseFileName are used to point to the original directoryname?

@Omertron
Copy link
Member Author

Comment #1 originally posted by Omertron on 2012-11-21T11:32:33.000Z:

Tried those folder names (with a VIDEO_TS structure):
Atonement[2007]DVDR-aXXo
Atonement[2007]DVDR-aXXo

     <baseFilenameBase>Choke[2008]DVDR-FXG</baseFilenameBase>
     <baseFilename>Choke[2008]DVDR-FXG</baseFilename>

     <baseFilenameBase>A Mighty Heart[2007][DVDR-aXXo</baseFilenameBase>
     <baseFilename>A Mighty Heart[2007][DVDR-aXXo</baseFilename>

All look ok to me

@Omertron
Copy link
Member Author

Comment #2 originally posted by Omertron on 2012-11-23T09:57:44.000Z:

Sorry my bad, the "baseFilename" and the "baseFilenameBase" are for the names of the avi-file. Apparently for half my movie collection is the avifile name the same as his directory name.
I was looking in the wiki but I couldn't find a definition for it.

And again thank you.

@Omertron
Copy link
Member Author

Comment #3 originally posted by Omertron on 2012-11-23T11:21:02.000Z:

<empty>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant