NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 23 24 25 26 27 … 93 Next »
Videos co developer?

 
  • 0 Vote(s) - 0 Average
Videos co developer?
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#1
2009-08-20, 11:39 PM
anyone want to codevelop 'videos' with me? im going to open source it and put it into the gbpvr library and change the GPL or LGPL.

i dont have enough time to keep up with it, and if i ever decide to stop i want the plugin to continue.

and i think it would be better if more than one person was developing it as well.

ill try and get the code up in the gbpvr library asap, i just need to go through the code and remove "Reven" from it Smile

i would love to see the gbpvrlibrary a mature library with a few rock solid plugins, ideally the following plugins
- videos
- music
- pictures/photos
all the same type of interface, and all community developed.

and hopefully this will also help with the online community thing im interesting in doing....

so any takers?
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#2
2009-08-20, 11:43 PM
Not to answer your question. But I'm thinking of giving away the ML2/3 code to anyone who wants it. I don;t know if it would lend itself for inclusion to the GBPVR Library code since all the UI elements I've used are pretty much my own.

So I could look at loading it in there, or I could create a new project. It's just there are function in there that would lend itself to the library (music tag support etc)
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#3
2009-08-20, 11:57 PM
the gbpvlibrary has a metadatalibrary in it, which is intended on support metadata from all media types (currently it just does videos from moviedb, thetvdb, imdb - but i intended it to have support id3 tags, freedb.org, exif for pictures etc).

once videos is in it, ill compile a preview build so people can see where im going with it. i do want the core plugins to look the same, so the UI layer may have to change.

also there is a pretty good db layer ive written that uses generics and can work with any odbc db. the basic code is like
Code:
MovieInfo movie = DB.Load<MovieInfo>(int MovieID);
and that loads all the info about the movie, including a base Video class (which is in a seperate table). so it joins tables, resolves types etc all from a one line statement. PITA to code the layer, but really easy to use it.
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#4
2009-08-21, 12:03 AM
I've got the tag support library for music, that uses 3 different sources of tag readers (one for just mp3, one for mp3, aac, wma pretty much all, and then the default of using WMP for wma/mp3 reading).

That probably lends itself the best to the gbpvr library....
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#5
2009-08-21, 01:52 AM
yeah someone just needs to port the code.

is musiclibrary 3 split out into a data layer, business layer, gui layer ? if it is, most of the code could probably be ported in a short amount of time and just update the interface (which wont take long since its all controls/lists etc)
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#6
2009-08-21, 01:57 AM
pretty much. Split over a number of dll's with a common backend/db layer so that 3 different guis can use same backend code...and only the 2 plugin guis contain any GBPVR specific code.
jezz2020
Offline

Member

Posts: 67
Threads: 4
Joined: Jul 2008
#7
2009-08-23, 10:21 PM
so what primary language is being used to develop these projects ? VB, C ? Would be interested in helping out but my C skills are pretty dismal at this stage, am much more comfortable with vb.net
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#8
2009-08-24, 03:04 AM
pretty much every plugin is C# around here, including videos and the gbpvrlibrary
jezz2020
Offline

Member

Posts: 67
Threads: 4
Joined: Jul 2008
#9
2009-08-24, 11:01 PM
Typical ! I have been slowly getting my head around C# using the old weather plugin, and while I would like to think I could help with this project (have alot of experience with relational databases, but it sounds like you got this licked), realistically i would probably end up being a hinderance! That said, if it is open sourced I would definately be keen for a look under the hood at the least, who knows I might suprise myself and actually prove useful
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#10
2009-08-24, 11:12 PM
As a non-programmer, I can only applaud these recent trends to open up plugins to the community. This will only help, in my biased opinion, grow community support and features that sub may not have the time to implement (or desire) in the base version of GB-PVR.

I am always open to lend skinning support where needed.
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to get edl information for videos in a web client? fred250 27 10,484 2014-12-10, 12:39 AM
Last Post: fred250
  On-the-fly transcoding for streaming recordings / videos bgowland 6 3,987 2012-06-03, 03:10 AM
Last Post: bgowland
  Building a list of files in media folders (npvr Music and Videos) bgowland 2 1,855 2012-02-05, 10:29 AM
Last Post: bgowland
  Render order in Videos Jaggy 13 4,339 2011-10-12, 11:20 AM
Last Post: mvallevand
  'Videos' Plugin Development reven 37 13,190 2010-05-31, 03:38 AM
Last Post: jezz2020
  Idea for a plugin developer out there. lumpy 4 1,938 2008-02-01, 10:28 AM
Last Post: K.S.
  Plugin Developer howto for dummies. lumpy 2 1,582 2008-01-28, 11:10 PM
Last Post: JavaWiz
  Developer API or Web Interface question jdonth 2 1,501 2007-07-15, 02:18 PM
Last Post: jdonth
  New Plugin Developer - Perspectives 23skidoo 3 2,132 2006-09-16, 07:10 PM
Last Post: MixMan
  noob skin developer questions frumbert 5 2,091 2006-09-07, 09:40 PM
Last Post: tipstir

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode