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

"Subject does not have a match message" pop up #1

Open
blaszta opened this issue Apr 30, 2010 · 6 comments
Open

"Subject does not have a match message" pop up #1

blaszta opened this issue Apr 30, 2010 · 6 comments

Comments

@blaszta
Copy link

blaszta commented Apr 30, 2010

This message appears all the time, when I try to move files to another folder. The rules run recursively in a folder with many sub-folder (an might contain many sub-sub folders), and contain many files (mostly photo from digital cameras). I already turn on the log, and looks like Belvedere runs fine.

Is there any way to suppress the pop up message?

@mshorts
Copy link
Contributor

mshorts commented Jun 24, 2010

This is a catch all message for a subject type that doesn't exist that really shouldn't pop-up if you are using the GUI to define rules. Any chance you can share your rules.ini file so I can see what's going on?

@smoochbelly
Copy link

I get the same pop-up that won't stop. [edit: after quitting the program twice, it seems to be behaving. I'll add the comment anyway, in case it points you to a bug.]

Can you add a thing to disable the offending rule after a set number of pop-ups? (Say, 3 times) Then a new pop-up will alert you to which rule is the troublemaker?

Details:
I installed v0.5 on 3-9-11.
I'm using the gui to make the rules.
My rules aren't set to find files recursively.
My rules all find a file if any of the extensions are found and move the file a folder.

My rules .ini below:

[Folders]
Folders=C:\downloads|
[Rules]
AllRuleNames=music|read|movies|archives|pictures|
[Preferences]
Sleeptime=3000
RBEnable=1
EnableLogging=0
LogType=
[RecycleBin]
RBEmpty=0
RBEmptyTimeValue=1
RBEmptyTimeLength=days
RBLastEmpty=20110309115749
[C:\downloads]
RuleNames=music|read|movies|archives|pictures|
[music]
Folder=C:\downloads*
Enabled=1
ConfirmAction=0
Recursive=0
Matches=ANY
Action=Move file
Destination=C:\downloads\sort\media\music
Overwrite=1
Compress=0
Subject=Extension
Verb=is
Object=mp3
Units=
[read]
Folder=C:\downloads*
Enabled=1
ConfirmAction=0
Recursive=0
Matches=ANY
Action=Move file
Destination=C:\downloads\sort\media\read
Overwrite=1
Compress=0
Subject=Extension
Verb=is
Object=pdf
Units=
[movies]
Folder=C:\downloads*
Enabled=1
ConfirmAction=0
Recursive=0
Matches=ANY
Action=Move file
Destination=C:\downloads\sort\media\movies
Overwrite=1
Compress=0
Subject=Extension
Verb=is
Object=mov
Units=
Subject1=Extension
Verb1=is
Object1=flv
Units1=
Subject2=Extension
Verb2=is
Object2=m4v
Units2=
Subject3=Extension
Verb3=is
Object3=mp4
Units3=
Subject4=Extension
Verb4=is
Object4=avi
Units4=
[archives]
Folder=C:\downloads*
Enabled=1
ConfirmAction=0
Recursive=0
Matches=ANY
Action=Move file
Destination=C:\downloads\archives
Overwrite=1
Compress=0
Subject=Extension
Verb=is
Object=zip
Units=
[pictures]
Folder=C:\downloads*
Enabled=1
ConfirmAction=0
Recursive=0
Matches=ANY
Action=Move file
Destination=C:\downloads\sort\media\pictures
Overwrite=1
Compress=0
Subject=Extension
Verb=is
Object=jpg
Units=
Subject1=Extension
Verb1=is
Object1=tif
Units1=
Subject2=Extension
Verb2=is
Object2=tiff
Units2=
Subject3=Extension
Verb3=is
Object3=gif
Units3=

@stemsmit
Copy link

Did you find a solution? I'm having this problem.

@smoochbelly
Copy link

sorry, no answer for it yet.

On Fri, Jan 27, 2012 at 10:30 PM, stemsmit <
reply@reply.github.com

wrote:

Did you find a solution? I'm having this problem.


Reply to this email directly or view it on GitHub:
#1 (comment)

@emichael
Copy link

If you run as Administrator, this shouldn't happen.
Unfortunately, simply granting yourself full control over the folder won't help matters.

@robertl87
Copy link

Running as administrator unfortunately didn't fix this problem for me. I'm on Windows 8.1 and only used the GUI.

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

No branches or pull requests

6 participants