TMark2Plugin Suche nach Formatinformation und Fehlermeldung

Antworten
horstg2
Newbie
Beiträge: 2
Registriert: 03 Dez 2011, 20:36

TMark2Plugin Suche nach Formatinformation und Fehlermeldung

Beitrag von horstg2 »

Hallo,

nachdem ich vor kurzem vom Clickfinder zum TV-Browser wechselte und mit dem Wechsel auch sehr zufrieden bin, stieß ich heute auf ein kleines Problem bei einer Formel mit dem TMark2Plugin.

Und zwar möchte ich alle Filme nach bestimmten Formatinformationen durchsuchen und sie mir dann anzuzeigen.
So schrieb ich im Bereich "komplex" folgende Suchanfrage:
formatinfo=="Schwarz/Weiß"
und erwartete dann, dass mir einige schwarz/weiß Filme angezeigt würden.

Die Suche lief zwar durch, aber es wurde keine Sendung angezeigt. Zumindest lief aber der Film "Leoparden küsst man nicht".

Frage: Wo habe ich einen Fehler gemacht?

Gruß
Horst

PS: Einmal tauchte allerdings beim Start der Suche folgende Fehlermeldung auf, die sich aber nicht wiederholte:


java.lang.NullPointerException
at tmark2plugin.data.SearchRule.getPath(SearchRule.java:436)
at tmark2plugin.gui.Mainframe$CopyRuleAsAction.actionPerformed(Mainframe.java:124)
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 Source)
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$000(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 Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
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 Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at util.ui.textcomponentpopup.TextComponentPopupEventQueue.dispatchEvent(TextComponentPopupEventQueue.java:55)
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)
Antworten