Receiving xattr error
Posted: 05 Mar 2016, 02:04
Input: pi@raspberrypi:~/scripts $ sudo ./tvrenamer.sh
Script tvrenamer.sh:
Output:
Sysinfo:
I can't get Filebot to work correctly. Its late and i am sitting on this project for about 8 hours in a row now and can't figure out whats wrong.. Yes, i am new to all of this and still impressed on how complex Linux can be (and how far i've made it in less than a week from buying a pi to being here
)
Right now i don't know what to do despite knowing that there is an issue with anything Java related.
Edit: I followed this thread which seems to be responsible for the errors.. i guess i am just too tired to continue: viewtopic.php?f=11&t=3330&p=18436&hilit ... +pi#p18436
Script tvrenamer.sh:
Code: Select all
#!/bin/bash
DATE_STAMP=` date +%d-%m-%Y-%T`
echo ${DATE_STAMP}
/opt/share/filebot/bin/filebot.sh -rename /media/usbdrive/Test/Download/* –format “/media/usbdrive/Test/TVSerien/{n}/Season {s}/{n} – {sxe} – {t}” –db thetvdb -non-strict --lang de
Output:
Code: Select all
pi@raspberrypi:~/scripts $ sudo ./tvrenamer.sh
05-03-2016-02:58:38
Filename pattern: [1.00] SxE, [0.00] CWS
Rename episodes using [TheTVDB]
Auto-detected query: [In aller Freundschaft, In aller Freundschaft Die jungen Aerzte, In aller Freundschaft jungen Aerzte]
Fetching episode data for [In aller Freundschaft]
Fetching episode data for [In aller Freundschaft – Die jungen Ärzte]
[MOVE] Rename [/media/usbdrive/Test/Download/In.aller.Freundschaft.Die.jungen.Aerzte.S01E01.Der.erste.Tag.German.WS.720p.HDTV.x264-GDR.mkv.mkv] to [In aller Freundschaft - 1x01 - In Leipzig.mkv]
Processed 1 files
Mar 05, 2016 2:58:51 AM net.filebot.media.MediaDetection storeMetaInfo
WARNING: Failed to set xattr: java.lang.RuntimeException: java.nio.file.FileSystemException: /media/usbdrive/Test/Download/In aller Freundschaft - 1x01 - In Leipzig.mkv: Error writing extended attribute 'net.filebot.metadata': Operation not supported
Done ヾ(@⌒ー⌒@)ノ
Code: Select all
pi@raspberrypi:~/scripts $ filebot -script fn:sysinfo
Mar 05, 2016 2:53:57 AM net.filebot.Main main
SEVERE: Unexpected error during startup
java.nio.file.AccessDeniedException: /opt/share/filebot/data/temp
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:384)
at java.nio.file.Files.createDirectory(Files.java:674)
at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781)
at java.nio.file.Files.createDirectories(Files.java:767)
at net.filebot.util.FileUtilities.createFolders(FileUtilities.java:165)
at net.filebot.Main.main(Main.java:138)
I can't get Filebot to work correctly. Its late and i am sitting on this project for about 8 hours in a row now and can't figure out whats wrong.. Yes, i am new to all of this and still impressed on how complex Linux can be (and how far i've made it in less than a week from buying a pi to being here

Right now i don't know what to do despite knowing that there is an issue with anything Java related.
Edit: I followed this thread which seems to be responsible for the errors.. i guess i am just too tired to continue: viewtopic.php?f=11&t=3330&p=18436&hilit ... +pi#p18436