Media player plugin
Lyrics Plugin is a piece of software tailored for music fans. To put it simply – it is an add-on to view lyrics in WinAmp or Windows Media Player. No more searching for lyrics. Just start listening to your favourite songs and lyrics will be displayed automatically. Oh, and if lyrics is not found, you can add it yourself
This way, anyone wouldn’t have to browse the internet or googling for blogs and
Winamp lyrics plugin
sites that contains the lyrics of their favourite songs. Just play any songs from your library and the plugin will search the song lyrics itself. But one important thing is the mp3 detail such as Title and Artist must be correct since the plugin will search the database according to these information. Download this super kewl plugin at http://www.lyricsplugin.com/.
Who else blog about this? : Shivaranjan, Tech spike, IBlogAll, Winnicott
Tagged as:
download,
entertainment,
mp3,
music,
plugin,
winamp,
windows media player
While most bloggers & web developers running for a new world of podcasting and developing scripts to enable their blog for ipod friendly feeds, some of bloggers might not like that since the media enclosure function will reveal the direct link to the media and vurnerable for free downloads or hotlinking the media from other sites. And as the result, the bloggers will loose quite a large amount of their visitors that able to download the media easily without visiting the owner site first (even for saying thanks) :face6:
I tried to search on the web for the solution of this stuff and found nothing that can solve some of those bloggers who doesn’t wan’t their blog feeds to contain any media enclosure. But after searching for the solution inside the wordpress itself, I manage to find the coding that was used to parse media enclosure link inside the blog feed. For any blogger that using wordpress and want to disable media enclosure inside their blog, you can use this trick here :
1) Find this 2 files inside wp-include folder. feed-rss2.php and feed-atom.php.
2) Open feed-rss2.php and somewhere in the bottom of the codes,
you can find the statement rss_enclosure().
Comment or remove the function there and save.
<?php //rss_enclosure(); ?>
3) Open feed-atom.php and somewhere in the bottom of the codes,
you can find the statement atom_enclosure().
Comment or remove the function there and save.
<?php //atom_enclosure(); ?>
There you go.. After uploading these 2 files to your site, the blog’s feed should not show the media enclosure anymore. :face5: Have a nice day.
Tagged as:
blogging,
download,
media enclosure,
Tips & tricks,
trick,
wordpress