Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foo_cwb_hooks (Read 304221 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

foo_cwb_hooks

Reply #250
foobar2000-crash on vista32:
-metadb_handle leaks: 1 object
-unhandled exception: bad alloc
-runtime error: program = foobar2000.exe, R6025, -pure virtual function call

Problem signature:
  Problem Event Name:   APPCRASH
  Application Name:   foobar2000.exe
  Application Version:   0.9.4.3
  Application Timestamp:   46291641
  Fault Module Name:   foo_cwb_hooks.dll
  Fault Module Version:   0.0.0.0
  Fault Module Timestamp:   463b6334
  Exception Code:   40000015
  Exception Offset:   0001e180
  OS Version:   6.0.6000.2.0.0.256.1
  Locale ID:   2055
  Additional Information 1:   d6d9
  Additional Information 2:   8563d272cdf1b650d60258ca0f7d7bdc
  Additional Information 3:   7da4
  Additional Information 4:   220bc55dcc4400b2b33061cf930117fa

foo_cwb_hooks

Reply #251
great stuff cwb,

was wondering if %cwb_selection_count% -is, could, might, won't -be added?
or maybe this is already possible with existing title formatting?

foo_cwb_hooks

Reply #252
I want to add this Masstagger script to New File Tagger, and it works, but instead of add current datetime it insert the string %cwb_systemdate% in all files.



Look:

 

foo_cwb_hooks

Reply #253
I want to add this Masstagger script to New File Tagger, and it works, but instead of add current datetime it insert the string %cwb_systemdate% in all files.

you have to use 'Format value from other fields...'  as action type, ADDED as 'destination field name' and %cwb_systemdate% as 'formatting pattern'

foo_cwb_hooks

Reply #254
I want to add this Masstagger script to New File Tagger, and it works, but instead of add current datetime it insert the string %cwb_systemdate% in all files.

you have to use 'Format value from other fields...'  as action type, ADDED as 'destination field name' and %cwb_systemdate% as 'formatting pattern'



or you can use the "Stamp current date and time" and select "added" as the destination field.

foo_cwb_hooks

Reply #255
Any chance of getting these three things included (like the action when skip):

a) action when songs starts playing
b) action when % of song completed
c) action when song ends

I mean, we have lots of components that do something like this when they update the playcount or submit to last.fm. It'd be nice to be define any action to occur, or a combination of them.

foo_cwb_hooks

Reply #256
Any chance of getting these three things included (like the action when skip):

a) action when songs starts playing
b) action when % of song completed
c) action when song ends

I mean, we have lots of components that do something like this when they update the playcount or submit to last.fm. It'd be nice to be define any action to occur, or a combination of them.


I'll add it to the feature requests.  I might get it in there.
There used to be a link to my website here.

foo_cwb_hooks

Reply #257
I want to add this Masstagger script to New File Tagger, and it works, but instead of add current datetime it insert the string %cwb_systemdate% in all files.

you have to use 'Format value from other fields...'  as action type, ADDED as 'destination field name' and %cwb_systemdate% as 'formatting pattern'




I want to add this Masstagger script to New File Tagger, and it works, but instead of add current datetime it insert the string %cwb_systemdate% in all files.

you have to use 'Format value from other fields...'  as action type, ADDED as 'destination field name' and %cwb_systemdate% as 'formatting pattern'



or you can use the "Stamp current date and time" and select "added" as the destination field.



Thank you both of you!! I'll try both solutions.

foo_cwb_hooks

Reply #258
I'm having problems understanding how to use CONTEXT-SELECTED. I made some buttons in the main panelsUI layout, outside the SCPL. With one of them I want to to run tag& rename. Problem is: it takes as parameter the playing file instead of the selected file(in the SCPL). This doesn't happen if I press the Hotkey I created for the Tag & rename service.

The button code is like this
Code: [Select]
$button(260,30,0,0,34,24,/images\LL Dark Blue\tag.png,/images\LL Dark Blue\tag g.png,Tag & Rename,CONTEXT-SELECTED)


Is this not possible?

foo_cwb_hooks

Reply #259
I'm having problems understanding how to use CONTEXT-SELECTED. I made some buttons in the main panelsUI layout, outside the SCPL. With one of them I want to to run tag& rename. Problem is: it takes as parameter the playing file instead of the selected file(in the SCPL). This doesn't happen if I press the Hotkey I created for the Tag & rename service.

The button code is like this
Code: [Select]
$button(260,30,0,0,34,24,/images\LL Dark Blue\tag.png,/images\LL Dark Blue\tag g.png,Tag & Rename,CONTEXT-SELECTED)


Is this not possible?
this has absolutely nothing to do with  cwb_hooks.
$button() is a PanelsUI command.
elevatorladylevitateme

foo_cwb_hooks

Reply #260
cwbowron : i was wondering if it was possible for $cwb_fileexists to work with things like *.jpg. Currently it doesnt and it would surely be helpful.
Thanks

foo_cwb_hooks

Reply #261
I just uploaded a new beta version of cwb hook's that includes a new feature.    It really should be its own component, but for now its going to be included in cwb hooks.

Its a columns UI panel for adding flickr/del.icio.us/etc style tagging to files.

Keep in mind this is a beta release.  Use at your own risk.  It will modify your files.  By default it uses a generic TAG metadata field, but this is configurable in the preferences.

Download at: http://foobar.bazquux.com/downloads/foo_cwb_hooks.zip



Tags can be selected by the checkboxes or you can type new ones in the edit box (space separates)
There used to be a link to my website here.

foo_cwb_hooks

Reply #262
Seems to crash when I start.

Code: [Select]
entry=>app_mainloop=>main_thread_callback::callback_run=>on_playback_new_track
Crash location: "foo_cwb_hooks", loaded at 01620000h - 01665000h


Can post full if you want.
Windows 10 Pro x64 // foobar2000 1.3.10

foo_cwb_hooks

Reply #263
Seems to crash when I start.

Code: [Select]
entry=>app_mainloop=>main_thread_callback::callback_run=>on_playback_new_track
Crash location: "foo_cwb_hooks", loaded at 01620000h - 01665000h


Can post full if you want.


Thanks.  I uploaded another version that I think will fix that.  Sorry.
There used to be a link to my website here.

foo_cwb_hooks

Reply #264
The start seems to work now.

I get this if I tag it direct after startup. If I switch to another song it works.
Code: [Select]
Call path: entry=>app_mainloop
Crash location: "foo_cwb_hooks", loaded at 01600000h - 01645000h
Windows 10 Pro x64 // foobar2000 1.3.10

foo_cwb_hooks

Reply #265
Crash when i hit "Apply" or "Revert" button.

Code: [Select]
Illegal operation:
Code: C0000005h, flags: 00000000h, address: 00DF71E5h
Access violation, operation: read, address: 00000000h
Call path:
entry=>app_mainloop
This is the first crash logged by this instance.
Code bytes (00DF71E5h):
00DF71A5h:  E1 00 64 A1 00 00 00 00 50 81 EC 30 02 00 00 A1
00DF71B5h:  E0 29 E2 00 33 C4 89 84 24 28 02 00 00 53 55 56
00DF71C5h:  57 A1 E0 29 E2 00 33 C4 50 8D 84 24 44 02 00 00
00DF71D5h:  64 A3 00 00 00 00 8B AC 24 54 02 00 00 8B 4D 0C
00DF71E5h:  8B 01 8B 50 14 8D 75 0C 89 74 24 28 FF D2 8D 44
00DF71F5h:  24 74 E8 34 70 00 00 33 FF 89 BC 24 4C 02 00 00
00DF7205h:  8B 0E 8B 01 8B 40 24 8D 54 24 74 52 FF D0 8B 15
00DF7215h:  B8 5A E2 00 8B 42 04 B9 B8 5A E2 00 FF D0 8B 54
Stack (0012F47Ch):
0012F45Ch:  00F9DCDC 7C9C93C0 77F643DD 7C9C93C0
0012F46Ch:  00000004 00000000 00F9D1E8 00000000
0012F47Ch:  5AF28B03 0012F7B8 00DF6C50 0012F750
0012F48Ch:  00000000 00DF6C50 77D484FC 77D485A4
0012F49Ch:  003A0312 0012F4BC 001AC408 0012F5B0
0012F4ACh:  77F53020 0012F4E4 00150000 7C910732
0012F4BCh:  00000003 00150718 00150000 05FB1770
0012F4CCh:  0012F500 00350000 7C910732 00000003
0012F4DCh:  00350718 00350000 0503A220 0012F4D8
0012F4ECh:  0012F518 0012F71C 7C90EE18 7C910738
0012F4FCh:  FFFFFFFF 7C910732 7C9106AB 7C9106EB
0012F50Ch:  0055036E 00000010 00000000 0012F588
0012F51Ch:  77D4EEE5 2F01058F 0012F534 05FB1770
0012F52Ch:  2F01058F 00000000 0000000D 0000000B
0012F53Ch:  00000002 00000002 00000000 00000005
0012F54Ch:  00000015 00000190 77F160BB 7FFD90C4
0012F55Ch:  7FFDF000 00000000 00000000 05029678
0012F56Ch:  00000175 00000126 0012F730 05029678
0012F57Ch:  00000175 00000126 0012F730 00000020
0012F58Ch:  00000000 0000000E 00000000 05041BB8
Registers:
EAX: 0012F6C0, EBX: 00000000, ECX: 00000000, EDX: 7C90EB94
ESI: 00DF6C50, EDI: 0012F7B8, EBP: 00E44FB8, ESP: 0012F47C
Crash location: "foo_cwb_hooks", loaded at 00DF0000h - 00E30000h


foo_cwb_hooks

Reply #267
It crash whenever i hit it. before playing, when playing, or playing and stop.

foo_cwb_hooks

Reply #268
Ok, I made a few changes so it should not allow you to press Apply or Revert when no song has been loaded, but I'm still not sure why Buktore was getting a crash when pressing it after a song had begun.
There used to be a link to my website here.

foo_cwb_hooks

Reply #269
Now it seems it won't work at all. It won't read nor enable the buttons.
Windows 10 Pro x64 // foobar2000 1.3.10


foo_cwb_hooks

Reply #271
Quote
foo_cwb_hooks.dll (2007-05-29 10:55:14)
    cwbowron's title format hooks 1.2.beta0b [May 29 2007 - 10:54:59]


No matter how much i downloaded. i got this version.

Is this the correct version? I suspect that this maybe my fault.

foo_cwb_hooks

Reply #272
The version on the website is 1.2.beta0c.

Here's how it should work.

Once you start playing a song, it should show the tags for that song.  Then you can check or uncheck the boxes, or add tags using the edit field.  Once you have made some changes the apply and revert buttons should enable.  Pressing Apply will make the changes to the files, revert will revert back to whats in the file.  After pressing Apply or revert the buttons will disable until you make another change.
There used to be a link to my website here.

foo_cwb_hooks

Reply #273
Mine won't read the tags or enable the buttons, still.

foo_cwb_hooks.dll v1.2.beta0c [May 29 2007 - 12:01:33] [29 May 2007] - cwbowron's title format hooks
Windows 10 Pro x64 // foobar2000 1.3.10

foo_cwb_hooks

Reply #274
Mine won't read the tags or enable the buttons, still.

foo_cwb_hooks.dll v1.2.beta0c [May 29 2007 - 12:01:33] [29 May 2007] - cwbowron's title format hooks


Did you make any changes to the preferences? 

If you start playing a song, then type something in the edit box, the apply and revert do not get enabled?
There used to be a link to my website here.