We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Original issue 1603 created by Omertron on 2010-09-21T14:43:08.000Z:
What steps will reproduce the problem?
What is the expected output? What do you see instead? A listing, no listing
I've attached log, lib, and properties What version of YAMJ are you using? On what operating system? r1788, Win 7 x64
What device are you using YAMJ on? Networked Media Tank, PlayonHD, Other? PCH-C200
Please provide any additional information below.
E:/media is shared (/media) and mapped as m:/
m:/ -Film -Jukebox -TV -Yamj
The text was updated successfully, but these errors were encountered:
Comment #1 originally posted by Omertron on 2010-09-21T14:46:53.000Z:
i notice that yamj generate a .mjbignore on the m:/ root dir
Sorry, something went wrong.
Comment #2 originally posted by Omertron on 2010-09-21T14:57:14.000Z:
-jukebox.getJukeboxRootLocationDetailsFile(); -jukeboxDetailsRootFile.mkdirs(); -new File(jukeboxDetailsRootFile, ".mjbignore").createNewFile();
+jukebox.getJukeboxRootLocationDetailsFile().mkdirs(); +new file(jukebox.getJukeboxRootLocationFile(),".mjbignore").createNewFile();
i think there is a mistake with "+jukebox.getJukeboxRootLocationFile()" and "-jukeboxDetailsRootFile"
Comment #3 originally posted by Omertron on 2010-09-21T18:45:38.000Z:
This issue was closed by revision r1789.
No branches or pull requests
Original issue 1603 created by Omertron on 2010-09-21T14:43:08.000Z:
What steps will reproduce the problem?
2.Run last version of yamj
What is the expected output? What do you see instead?
A listing, no listing
I've attached log, lib, and properties
What version of YAMJ are you using? On what operating system?
r1788, Win 7 x64
What device are you using YAMJ on? Networked Media Tank, PlayonHD, Other?
PCH-C200
Please provide any additional information below.
E:/media is shared (/media) and mapped as m:/
m:/
-Film
-Jukebox
-TV
-Yamj
The text was updated successfully, but these errors were encountered: