Kaffeine as Movie Database manager

View: New views
4 Messages — Rating Filter:   Alert me  

Kaffeine as Movie Database manager

by Andreas Marschke :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi everyone,

I want to start to work on Kaffeine. I already started to comment the source
code so that it has atleast some basic documentation.
This comes especially handy if you use an editor like Emacs/KDevelop when you
look at the headers simultanously to development or just want a quick
information about what a function actually does.

I would like to enhance Kaffeine to a video database application that can
manage a big list of movies on the harddrive. Some of the goodness I would
like to introduce would be ratings, coments, tags, movie information wikipages
and so on and so forth.

What do you think about it?

Cheers ,

Andreas Marschke.

---
My blog :
http://adreasdevblog.wordpress.com

I work with the head developer on this one:
http://techbase.kde.org/Projects/Aki

My code repository on github:
https://github.com/xxtjaxx/xxtjaxxRepository/tree

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
kaffeine-devel mailing list
kaffeine-devel@...
https://lists.sourceforge.net/lists/listinfo/kaffeine-devel

Re: Kaffeine as Movie Database manager

by Milot Shala-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Andreas,

I was interested in working on Kaffeine, I also wrote my own personal video player and it contains personal video management which then creates a simple playlist in which the user can have access to their video content and play them.

If you need any help from my side, feel free to write to me and we can arrange a meeting on IRC.


On Fri, Sep 11, 2009 at 10:38 PM, Andreas Marschke <xxtjaxx@...> wrote:
Hi everyone,

I want to start to work on Kaffeine. I already started to comment the source
code so that it has atleast some basic documentation.
This comes especially handy if you use an editor like Emacs/KDevelop when you
look at the headers simultanously to development or just want a quick
information about what a function actually does.

I would like to enhance Kaffeine to a video database application that can
manage a big list of movies on the harddrive. Some of the goodness I would
like to introduce would be ratings, coments, tags, movie information wikipages
and so on and so forth.

What do you think about it?

Cheers ,

Andreas Marschke.

---
My blog :
http://adreasdevblog.wordpress.com

I work with the head developer on this one:
http://techbase.kde.org/Projects/Aki

My code repository on github:
https://github.com/xxtjaxx/xxtjaxxRepository/tree

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
kaffeine-devel mailing list
kaffeine-devel@...
https://lists.sourceforge.net/lists/listinfo/kaffeine-devel



--
Milot Shala
gtalk: milot.shala@...
blog: http://www.codespartan.org/blog/

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
kaffeine-devel mailing list
kaffeine-devel@...
https://lists.sourceforge.net/lists/listinfo/kaffeine-devel

Re: Kaffeine as Movie Database manager

by Bugzilla from christophpfister@gmail.com :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi guys,

There is a relatively simple possibility to integrate such stuff into
Kaffeine: you could create an additional tab (in itws own
subdirectory). Tabs in Kaffeine are quite autonomous, so you can
basically do what you want inside it, and you could use the kaffeine
playback engine (you don't have to care about subtitles, volume,
fullscreen, etc). Personally I'm not too interested in that feature
(and for example don't know how it should look like); so that tab
would largely be your responsibility ...

What do you think about that?

Christoph


2009/9/12 Milot Shala <milot.shala@...>:

> Hi Andreas,
>
> I was interested in working on Kaffeine, I also wrote my own personal video
> player and it contains personal video management which then creates a simple
> playlist in which the user can have access to their video content and play
> them.
>
> If you need any help from my side, feel free to write to me and we can
> arrange a meeting on IRC.
>
>
> On Fri, Sep 11, 2009 at 10:38 PM, Andreas Marschke <xxtjaxx@...>
> wrote:
>>
>> Hi everyone,
>>
>> I want to start to work on Kaffeine. I already started to comment the
>> source
>> code so that it has atleast some basic documentation.
>> This comes especially handy if you use an editor like Emacs/KDevelop when
>> you
>> look at the headers simultanously to development or just want a quick
>> information about what a function actually does.
>>
>> I would like to enhance Kaffeine to a video database application that can
>> manage a big list of movies on the harddrive. Some of the goodness I would
>> like to introduce would be ratings, coments, tags, movie information
>> wikipages
>> and so on and so forth.
>>
>> What do you think about it?
>>
>> Cheers ,
>>
>> Andreas Marschke.
>>
>> ---
>> My blog :
>> http://adreasdevblog.wordpress.com
>>
>> I work with the head developer on this one:
>> http://techbase.kde.org/Projects/Aki
>>
>> My code repository on github:
>> https://github.com/xxtjaxx/xxtjaxxRepository/tree
>>
>>
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day
>> trial. Simplify your report design, integration and deployment - and focus
>> on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> kaffeine-devel mailing list
>> kaffeine-devel@...
>> https://lists.sourceforge.net/lists/listinfo/kaffeine-devel
>
>
>
> --
> Milot Shala
> gtalk: milot.shala@...
> blog: http://www.codespartan.org/blog/

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
kaffeine-devel mailing list
kaffeine-devel@...
https://lists.sourceforge.net/lists/listinfo/kaffeine-devel

Re: Kaffeine as Movie Database manager

by Milot Shala-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



On Sat, Sep 12, 2009 at 7:35 PM, Christoph Pfister <christophpfister@...> wrote:
Hi guys,

There is a relatively simple possibility to integrate such stuff into
Kaffeine: you could create an additional tab (in itws own
subdirectory). Tabs in Kaffeine are quite autonomous, so you can
basically do what you want inside it, and you could use the kaffeine
playback engine (you don't have to care about subtitles, volume,
fullscreen, etc). Personally I'm not too interested in that feature
(and for example don't know how it should look like); so that tab
would largely be your responsibility ...

This will be a movie list, user can register a movie in which case the user can add description of a video, rating of that video if it's a movie maybe a trailer link from youtube and/or information from imdb (this can be automatically when the movie name is entered) and of course the path to the video, then information about how many times the user has watched that video, favorites.

Also we can have a KaffeineSpace which can be a web service that user share their likeness of videos or movies, rate them and recommend them to other people (this idea just popped out :)).
 

What do you think about that?

I would like to work on that, because I am already working on my own player that is used only by me personally, why create something that is used only by one person, unless we can work together and bring such features to the masses.


Christoph


2009/9/12 Milot Shala <milot.shala@...>:
> Hi Andreas,
>
> I was interested in working on Kaffeine, I also wrote my own personal video
> player and it contains personal video management which then creates a simple
> playlist in which the user can have access to their video content and play
> them.
>
> If you need any help from my side, feel free to write to me and we can
> arrange a meeting on IRC.
>
>
> On Fri, Sep 11, 2009 at 10:38 PM, Andreas Marschke <xxtjaxx@...>
> wrote:
>>
>> Hi everyone,
>>
>> I want to start to work on Kaffeine. I already started to comment the
>> source
>> code so that it has atleast some basic documentation.
>> This comes especially handy if you use an editor like Emacs/KDevelop when
>> you
>> look at the headers simultanously to development or just want a quick
>> information about what a function actually does.
>>
>> I would like to enhance Kaffeine to a video database application that can
>> manage a big list of movies on the harddrive. Some of the goodness I would
>> like to introduce would be ratings, coments, tags, movie information
>> wikipages
>> and so on and so forth.
>>
>> What do you think about it?
>>
>> Cheers ,
>>
>> Andreas Marschke.
>>
>> ---
>> My blog :
>> http://adreasdevblog.wordpress.com
>>
>> I work with the head developer on this one:
>> http://techbase.kde.org/Projects/Aki
>>
>> My code repository on github:
>> https://github.com/xxtjaxx/xxtjaxxRepository/tree
>>
>>
>> ------------------------------------------------------------------------------
>> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
>> 30-Day
>> trial. Simplify your report design, integration and deployment - and focus
>> on
>> what you do best, core application coding. Discover what's new with
>> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
>> _______________________________________________
>> kaffeine-devel mailing list
>> kaffeine-devel@...
>> https://lists.sourceforge.net/lists/listinfo/kaffeine-devel
>
>
>
> --
> Milot Shala
> gtalk: milot.shala@...
> blog: http://www.codespartan.org/blog/



--
Milot Shala
gtalk: milot.shala@...
blog: http://www.codespartan.org/blog/

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
kaffeine-devel mailing list
kaffeine-devel@...
https://lists.sourceforge.net/lists/listinfo/kaffeine-devel