HydrogenAudio

Lossy Audio Compression => Ogg Vorbis => Ogg Vorbis - General => Topic started by: Anakunda on 2011-06-20 20:33:31

Title: Thumbnails
Post by: Anakunda on 2011-06-20 20:33:31
Hello
How to enable displaying OGG files thumbnails instead default icon if the files have album art embedded?
I'm sure it was possible but I have lost it.
Title: Thumbnails
Post by: spoon on 2011-06-20 21:12:33
You would need a Windows Shell Extension which provides this. Windows would not natively provide this.
Title: Thumbnails
Post by: Anakunda on 2011-06-20 21:20:58
Are you sure that not?
I was seing OGG thumbnails ago.
I have

[HKEY_CLASSES_ROOT\.ogg]
@="ogmfile"
"Content Type"="application/ogg"
"PerceivedType"="audio"

[HKEY_CLASSES_ROOT\ogmfile\DefaultIcon]
@="C:\\Program Files (x86)\\Haali\\MatroskaSplitter\\splitter.ax"

How do I enable MatroskaSplitter?
Title: Thumbnails
Post by: klonuo on 2011-06-20 23:04:39
Careful with that keyboard you are hitting
Member who just replied to you, made those extension for most audio type (as part of his project IIRC)
Title: Thumbnails
Post by: lvqcl on 2011-06-21 00:40:48
Member who just replied to you, made those extension for most audio type (as part of his project IIRC)

Do you mean http://www.hydrogenaudio.org/forums/index....st&p=722944 (http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=83680&view=findpost&p=722944) ?
Title: Thumbnails
Post by: Anakunda on 2011-06-21 03:50:54
I have dbPoweramp installed, but even doesnot display thumbnail o  .ogg files.
But can see album picture in dbPoweramp tag viewer.
Where do I turn on displaying thumbnails?
Title: Thumbnails
Post by: lvqcl on 2011-06-21 05:14:53
dBConfig.exe -> Thumbnail and Property Handler -> on.
Title: Thumbnails
Post by: Anakunda on 2011-06-21 09:34:46
That`s strange I already had them enabled:

(http://img707.imageshack.us/img707/7474/2162011101909.png)

Also can dbPoweram show thumbnails for Tak files? I check  they`re not on exclude list -

(http://img146.imageshack.us/img146/6044/2162011102056.png)
Title: Thumbnails
Post by: spoon on 2011-06-21 10:41:56
It is unlikely that dBpoweramp would read album art from a DirectShow codec. You also need to remove .ogg from the directshow list (where the directshow codec was setup, not on that exclusion page) and install the native ogg decoder for dbpoweramp.
Title: Thumbnails
Post by: Anakunda on 2011-06-21 12:58:41
You also need to remove .ogg from the directshow list (where the directshow codec was setup, not on that exclusion page) and install the native ogg decoder for dbpoweramp.


I`m not sure what you mean, I think I don`t have ogg as directshow filter. This is my directshow.txt:

Code: [Select]
/ add your extensions on new lines, ie .rm
.mp4v
.m4v
.vob
.tta
.rmvb
.ra
.on2
.rm
.ogv
.ogm
.mts
.mpc
.mqv
.mov
.mka
.m2p
.k3g
.ifo
.hdmov
.flv
.evo
.alac
.mkv
.divx
.axv
.axa
.spx
.ac3
.tak
.dts


Would you consider adding internal tagging and thumbnailing support for TAK format? It uses ape2 tags. Thanks.
Title: Thumbnails
Post by: spoon on 2011-06-21 13:06:18
>[HKEY_CLASSES_ROOT\ogmfile\DefaultIcon]
>@="C:\\Program Files (x86)\\Haali\\MatroskaSplitter\\splitter.ax"

It is possibly this which is taking preference over dbpoweramp, try renaming 'DefaultIcon' key (folder) to 'DefaultIconxxxx' then restart your windows.

Tak support would require us to fully support the codec (decode and potentially encode).
Title: Thumbnails
Post by: Anakunda on 2011-06-21 13:22:26
>[HKEY_CLASSES_ROOT\ogmfile\DefaultIcon]
>@="C:\\Program Files (x86)\\Haali\\MatroskaSplitter\\splitter.ax"

It is possibly this which is taking preference over dbpoweramp, try renaming 'DefaultIcon' key (folder) to 'DefaultIconxxxx' then restart your windows.


Thnks for pointing me at that, just reconfirming dbPoweramp options made the thumbnails work again.

Quote
Tak support would require us to fully support the codec (decode and potentially encode).


I think it's not impossible using tak_deco_lib.dll and SDK both available from http://www.hydrogenaudio.org/forums/index....st&p=738550 (http://www.hydrogenaudio.org/forums/index.php?s=&showtopic=86036&view=findpost&p=738550)