Essential Foobar2000 components (summer 2016 update)

To enhance my Foobar2000 music player I use the following components (plugins or extensions if you like).
This is an update for my earlier post Essential Foobar2000 plugins (update)

WordPress Portfolio CPT to Jetpack Portfolio CPT

If you have made a custom post type (CPT) called portfolio and want to convert to Jetpack`s portfolio type, simply run the following SQL command

UPDATE `wp_posts` SET `post_type` = 'jetpack-portfolio' WHERE `wp_posts`.`post_type` = `portfolio`;