Posts Tagged “wordpress”

I was a bit taken back today after stumbling across this pdf by Dr. Wolf-Fritz Riekert http://share.ieservices.de/downloads/documents/Wordpress_Flowplayer_Plugin_pash-m_recent_version.pdf


Google translated version

Seems my plugin and the code therein has been the subject of a study, after perusing the google translation of the document I can see some very interesting concepts on how to improve the plugins integration with wordpress itself, I have sent an email Dr. Wolf-Fritz Riekert, asking if I can take his concepts and apply them to my code, so have a read and check back for version 2.1.0.0 soon,

Also of note the authors at Flowplayer.org have also granted me permission to use the latest verison of flowplayer, this will be rolled into 2.1.0.0

Remember to request features please use my Trac system.

Update:Dr. Wolf-Fritz Riekert has gotten back to me, this study is in fact the work of a group of students, the project leader of which was Martin Wörz, of ieservices.de, I’ll be liaising with him over the concepts in the study.

Tags: ,

Comments No Comments »

Finaly it is ready and in a state I am happy to release it.

Features

  • Complete code re-write, much more efficient and easier to update
  • Flowplayer 3.1.1
  • License detection, will only use the commercial version if you enter a license!
  • Playlists
  • Better wordpress API integration, all settings now stored in wordpress no more config files!
  • Same admin interface

(Videos from Apple.com)

Tags: ,

Comments 2 Comments »

As most have no doubt noticed the plugin is delayed … _again_

Too many projects, too few hours in the day.

Froomi – All in one HTTP Server, Search Engine, Pseudo Streaming Media server
(Might add transcoding)

This project is up on google code: http://code.google.com/p/froomi/

So far the HTTP module is basically complete and already has GZIP compression support for browsers that send the appropriate header to indicate they support it.

I will being working on the Pseudo streaming component shortly, to recap this is in an Alpha state at the moment, I will be putting the server live on http://www.froomi.com shortly once the Pseudo streaming component is complete.

Flowplayer for wordpress, is still in development the code base has been completely re-written as per the previews you can now see the meta boxes in action, along with the license detection, I think I am going to cut a couple of features and just get the next release out the door (yes RTMP will still be in this release!).

Contributions, some people have shown an interest in contributing to these projects, contributions are very welcome and will carry the appropriate credits in the source code and license, I would go so far as to encourage contributions from developers as this will actually speed up releases for these projects.

So feel free if to contact me.

Contributor Requirements:

  • Familiarity with the programming language used in the project you are contributing to (PHP,Python,etc..)
  • Working knowledge of creating diff patches (not required bug a huge bonus)
  • Ability to document your changes in English, sorry this is a requirements
  • Skype / MSN / Ventrilo client

o

Tags: , , ,

Comments No Comments »

Tonight I will be pushing to the development SVN a beta preview of the 2.1 release.

Here are some of the changes:

Poor tags, we barely knew them…

GOODBYE! inpost tags, (sort of), configuration will no longer be handled using the inpost tags, the old tag structure will be retired in favor of an anchor to place the player in your content [FLOWPLAYER], configuration of the player will now be handled by an admin menu box.

That’s quite a list you’ve got there…

(basic) Playlists support has been added, this is configurable from the admin menu for the post

Dude, where’s your config file?

The saiweb_wpfp.conf file has now been removed *gasp*, now reliant in internal wordpress *magic* for the storing of the plugin config.

Your media is a great big canvas, and you should throw all the paint you can on it

Fixed a bug with the canvas colour settings

Is that a logo in your pocket, or are you just pleased to see me?

The commercial version of flowplayer will now only be used if a license key is specified, the free version will now be used if no key is specified which has a reduced logo branding.

I Once Was Blind, But Now I See

Player embed causing issues with some navigation menus, this should be resolved with the wmode setting.

Details of how to get the preview version and install it along with screen casts of the new menus (time allowing) will be added to this post once everything is committed to subversion.

UPDATE: 15/04/2009 Got my hands on flowplayer 3.1 code is around 60% finished, went for a complete re-write.

Tags: , , ,

Comments 4 Comments »

An example of getting the current page / post ID, identifying whether the current item is a page or a post, and then appending the results to the content.

All from within a plugin.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?PHP
/*
Plugin Name: Get Page / Post ID using a plugin by D.Busby Saiweb.co.uk
Plugin URI: http://saiweb.co.uk
Description: Identifies the current page/post and appends text to the content
Version: 0.1
Author: David Busby
Author URI: http://saiweb.co.uk
*/


//WP hooks start
add_filter('the_content', 'post_page');
//WP hooks end

function post_page($content){
    global $post; //wordpress post global object
    if($post->post_type == 'page'){
        $content .= '<br /> This item is a page and the ID is: '.$post->ID;
    } elseif($post->post_type == 'post') {
        $content .= '<br /> This item is a post and the ID is: '.$post->ID;
    }
    return $content;
}
?>

Install the above as a plugin i.e. in wp-content/plugins/test/test.php

Head over to your admin menu and enable the plugin, now each page and post will identify itself as a page or post, and provide it’s ID.

There is a lot available in the $post object for a list add

1
2
3
4
ob_start();
var_dump($post);
$content .= ob_get_contents();
ob_end_clean();
Tags: , , ,

Comments 1 Comment »

The 2.1.0.0 release is due for the end of this month, you can follow it’s progress from the TRAC page here: http://trac.saiweb.co.uk/saiweb/milestone/wordpress-flowplayer%202.1.0.0

At the time of writing this intends to close 9 issues / feature requests.

If you have anything you want to see in the next release please leave a comment, or raise a ticket in the trac system.

Cheers

Buzz

Tags: , ,

Comments No Comments »

The following milestone is planned for completion by the end of March.

http://trac.saiweb.co.uk/saiweb/milestone/wordpress-flowplayer%202.1.0.0

This will be the first major revision jump since the 1.x to 2.x release.

This revision aims to close the final 5 enhancements for this plugin as logged in TRAC.

As such I am accepting submissions for feature request to make it into the 2.1.0.0 release, so please head over to our TRAC system and Make a request.

Tags: , ,

Comments No Comments »

This release fixes BUG #23

Tags: , ,

Comments No Comments »

Wordpress Flowplayer 2.0.1.3 comes with bug fixes and more features.

  1. RPath not applying to /videos – FIXED
  2. Commercial Support Customer Logo and Link (Dupe of #9)
  3. comments posting over-writing config of player – FIXED
  4. Removal of RPATH config – IMPROVEMENT

This release brings the commercial distribution of Flowplayer allowing for greater customization, it is recommended that you upgrade as soon as possible to fix the bugs in previous 2.x versions.

Tags: , ,

Comments No Comments »

If you are interested in helping to test release 2.0.1.3, check out the current development version here:

1
svn co http://svn.saiweb.co.uk/branches/wordpress-flowplayer/trunk/ /path/to/wp-content/plugins/word-press-flow-player
Tags: , ,

Comments No Comments »

Creative Commons License