More customization

3 replies [Last post]
Joined: 03/29/2009
Points: 764

1. The uploader is a bit "heavy". Often when uploading, it may freeze and I won't know if it's working or not.

2. For my specific use I was hoping to disable certain media

3. It would be useful to be able to delete media from the website and the actual database simultaneously. Right now I have to delete from my drupal site and the login to the kaltura web and delete again.

4. Recent Media block is very cool. I wish that I could change the dimensions or layout or number of most recent videos and photos.

Joined: 03/29/2009
Points: 764

3: Requires 2 things:

a. Change the partner, so lists in SE will be returned as one list
i. This will provide the option to specify each media you want to include in the list that appears in the SE.
b. Code change so SE will be opened instead of CW in mix creation flow

4: Following steps should be taken:

a. Create a new module (or add to existing kaltura_nodeapi())
b. The new module implements a single hook – hook_nodeapi
c. This hook acts upon "delete" action, and if the node deleted is of type "kaltura_?", it calls "delete_entry" in Kaltura's API.

5: This block is based on views module. He can simply change the view in order to change the number of results, and he can theme (CSS, and optional TPL) the output of the view in order to display in different dimensions/layout

Joined: 06/06/2009
Points: 19

if you are using the KalturaCE server its easy, there is a ui_conf.xml file (was for wordpress anyway) that lists pretty much everything available in the uploader, just cut out the bits you dont want. if your using kaltura.com server - submit a support request and wait ....

>a. Create a new module (or add to existing kaltura_nodeapi())
>b. The new module implements a single hook – hook_nodeapi
>c. This hook acts upon "delete" action, and if the node deleted is of type "kaltura_?", it calls "delete_entry" in Kaltura's API.

i'm not a drypal developer but would love the delete synced between the two systems, can you show me the code to do this?

thanks,
joseph

Joined: 04/05/2009
Points: 354