Kodi Community Forum
[IDEA] tbn explorer shell integration - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+--- Thread: [IDEA] tbn explorer shell integration (/showthread.php?tid=62120)



[IDEA] tbn explorer shell integration - Jeroen - 2009-11-21

One thing I would find very useful would be windows explorer shell integration for .tbn files.
I have one for instance that allows me to see my PSD files displayed as thumbnails as opposed to icons. That way I can quickly identify files. Something like that for .tbn files would be a great tool to me.
I have no idea how hard this would be to make, but tnb files do open without a problem in the image preview app.
Anyway, just throwing this out there. If someone out there has the time and knowledge to make something like this, it would be very appreciated Smile


- joebrady - 2009-11-21

http://evolvingconsole.wordpress.com/2009/06/23/how-to-show-tbn-files-as-thumbnails-in-windows/

Is this what you mean?


- Jeroen - 2009-11-21

joebrady Wrote:http://evolvingconsole.wordpress.com/2009/06/23/how-to-show-tbn-files-as-thumbnails-in-windows/

Is this what you mean?

Sure looks like it, thanks Smile Cool that a reg hack should do the trick. However it doesn't seem to work for me (using Windows 7). Logging on and off didn't help either.

There's another entry in my registry:

Code:
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\tbn_auto_file]
@=""

[HKEY_CLASSES_ROOT\tbn_auto_file\shell]

[HKEY_CLASSES_ROOT\tbn_auto_file\shell\open]
"MuiVerb"="@photoviewer.dll,-3043"

[HKEY_CLASSES_ROOT\tbn_auto_file\shell\open\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\
  6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\
  00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\
  25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\
  00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\
  6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\
  00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\
  5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\
  00,31,00,00,00

[HKEY_CLASSES_ROOT\tbn_auto_file\shell\open\DropTarget]
"Clsid"="{FFE2A43C-56B9-4bf5-9A79-CC6D4285608A}"

[HKEY_CLASSES_ROOT\tbn_auto_file\shell\print]

[HKEY_CLASSES_ROOT\tbn_auto_file\shell\print\command]
@=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
  00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,72,00,75,00,\
  6e,00,64,00,6c,00,6c,00,33,00,32,00,2e,00,65,00,78,00,65,00,20,00,22,00,25,\
  00,50,00,72,00,6f,00,67,00,72,00,61,00,6d,00,46,00,69,00,6c,00,65,00,73,00,\
  25,00,5c,00,57,00,69,00,6e,00,64,00,6f,00,77,00,73,00,20,00,50,00,68,00,6f,\
  00,74,00,6f,00,20,00,56,00,69,00,65,00,77,00,65,00,72,00,5c,00,50,00,68,00,\
  6f,00,74,00,6f,00,56,00,69,00,65,00,77,00,65,00,72,00,2e,00,64,00,6c,00,6c,\
  00,22,00,2c,00,20,00,49,00,6d,00,61,00,67,00,65,00,56,00,69,00,65,00,77,00,\
  5f,00,46,00,75,00,6c,00,6c,00,73,00,63,00,72,00,65,00,65,00,6e,00,20,00,25,\
  00,31,00,00,00

[HKEY_CLASSES_ROOT\tbn_auto_file\shell\print\DropTarget]
"Clsid"="{60fd46de-f830-4894-a628-6fa81bc0190d}"

That's probably registered because I set the default handler for tbn files to windows photoviewer.
I have no idea how to modify the registry hack on that site to work in windows 7 though Oo


- joebrady - 2009-11-21

I'm not sure about Win7, worked right away for me on XP.


- Jeroen - 2009-11-21

joebrady Wrote:I'm not sure about Win7, worked right away for me on XP.

Hm, I'll try rebooting later to see if that may change anything. However I believe that most registry hacks will either work right away or after a logon.