Collection French name

All your suggestions, requests and ideas for future development
Post Reply
sobit
Posts: 5
Joined: 23 Jul 2014, 13:41

Collection French name

Post by sobit »

Hello,

I hope to rename my movie in a subfolder when it's a collection.
When i use {Collection}, it's good but le the name of my folder is the english name, and the movie name is in french.

How i can configure file bot for rename whith the french collection name's ?

Image
Image

Thank you
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Collection French name

Post by rednoah »

Not supported.

Language preferences only work for primary info. Extended info that is downloaded during formatting when required is always English.
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Collection French name

Post by rednoah »

Fixed with r2354
:idea: Please read the FAQ and How to Request Help.
sobit
Posts: 5
Joined: 23 Jul 2014, 13:41

Re: Collection French name

Post by sobit »

thank you very much

The renaming was solved, but i can't acces in "Edit Format"
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Collection French name

Post by rednoah »

"Edit Format" works fine. What do you mean by "can't access". Screenshots? Logs?
:idea: Please read the FAQ and How to Request Help.
sobit
Posts: 5
Joined: 23 Jul 2014, 13:41

Re: Collection French name

Post by sobit »

When i click on "edit format" the pop up don't open.

The others contextual menus are operational.
I try an other version of filebot, 4.2 for example and the menu "edit format" is operational.

I try in a win 7 64bit and a win 2k12 64bit.

Thank you for your support
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Collection French name

Post by rednoah »

Try FileBot (console) and seems if you get any error logging.
:idea: Please read the FAQ and How to Request Help.
sobit
Posts: 5
Joined: 23 Jul 2014, 13:41

Re: Collection French name

Post by sobit »

Code: Select all

Exception in thread "AWT-EventQueue-0" java.lang.RuntimeException: java.io.IOExc
eption: Could not instantiate net.filebot.web.MoviePart using any constructor
Last read: ,"partIndex":1,"partCount":2,"year":2009,"imdbId":-1,"tmdbId":19995,"
name":"Avatar","aliasNames":[]}
line: 1, col: 137
        at net.filebot.ui.rename.FormatDialog.restoreSample(FormatDialog.java:42
7)
        at net.filebot.ui.rename.FormatDialog.<init>(FormatDialog.java:241)
        at net.filebot.ui.rename.RenamePanel.showFormatEditor(RenamePanel.java:4
81)
        at net.filebot.ui.rename.RenamePanel$6.actionPerformed(RenamePanel.java:
377)
        at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
        at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
        at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
ce)
        at java.awt.Component.processMouseEvent(Unknown Source)
        at javax.swing.JComponent.processMouseEvent(Unknown Source)
        at java.awt.Component.processEvent(Unknown Source)
        at java.awt.Container.processEvent(Unknown Source)
        at java.awt.Component.dispatchEventImpl(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
        at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
        at java.awt.Container.dispatchEventImpl(Unknown Source)
        at java.awt.Window.dispatchEventImpl(Unknown Source)
        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
        at java.awt.EventQueue.access$200(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
        at java.awt.EventQueue$4.run(Unknown Source)
        at java.awt.EventQueue$4.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.io.IOException: Could not instantiate net.filebot.web.MoviePart
using any constructor
Last read: ,"partIndex":1,"partCount":2,"year":2009,"imdbId":-1,"tmdbId":19995,"
name":"Avatar","aliasNames":[]}
line: 1, col: 137
        at com.cedarsoftware.util.io.JsonReader.error(JsonReader.java:3194)
        at com.cedarsoftware.util.io.JsonReader.tryOtherConstructors(JsonReader.
java:2679)
        at com.cedarsoftware.util.io.JsonReader.newInstanceEx(JsonReader.java:26
39)
        at com.cedarsoftware.util.io.JsonReader.newInstance(JsonReader.java:2615
)
        at com.cedarsoftware.util.io.JsonReader.createJavaObjectInstance(JsonRea
der.java:2112)
        at com.cedarsoftware.util.io.JsonReader.convertParsedMapsToJava(JsonRead
er.java:1201)
        at com.cedarsoftware.util.io.JsonReader.readObject(JsonReader.java:1166)

        at com.cedarsoftware.util.io.JsonReader.jsonToJava(JsonReader.java:1084)

        at net.filebot.ui.rename.FormatDialog.restoreSample(FormatDialog.java:42
5)
        ... 39 more
User avatar
rednoah
The Source
Posts: 23004
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Collection French name

Post by rednoah »

Can you try if it's fixed r2361
:idea: Please read the FAQ and How to Request Help.
sobit
Posts: 5
Joined: 23 Jul 2014, 13:41

Re: Collection French name

Post by sobit »

Perfect, thank you very much

all it's okay
Post Reply