NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 27 28 29 30 31 … 93 Next »
Why so many Common Libraries?

 
  • 0 Vote(s) - 0 Average
Why so many Common Libraries?
herrmannj
Offline

Member

Posts: 150
Threads: 22
Joined: May 2005
#41
2008-11-04, 05:55 PM
hmmm, thats sounds a bit counterproductive. the goal should be to simplify and speed up things - now this tends to go in the other direction.

may be we should start with a subset of features, which we already should be define.
whurlston
Offline

Posting Freak

Posts: 7,885
Threads: 102
Joined: Nov 2006
#42
2008-11-04, 06:51 PM
JavaWiz Wrote:Not sure what the impact of this is, we may need to drop the 'scraping' functions until a home-grown replacement methodology for parsing the html is developed.
I've got some code that may help get that started. I parse the Netflix pages for the data I need. It could help as a starter for someone who wants to tackle a class for that.
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#43
2008-11-04, 09:05 PM (This post was last modified: 2008-11-08, 02:17 PM by MixMan.)
JavaWiz Wrote:The WizUtilities use the HTMLAgilityPack which has a creative commons "ShareAlike" license.

Not sure what the impact of this is, we may need to drop the 'scraping' functions until a home-grown replacement methodology for parsing the html is developed.


After reading this
http://creativecommons.org/licenses/by-sa/1.0/
http://www.codeproject.com/info/Licenses.aspx
I think that CC and LGPL has very much in common.
.... but I'm not a layer.
Why not write to the author and ask him?

I think that JavaWiz har raised some very good questions in this thread.
The Wiki is good, but not for presenting documentaion.
I am sure that Sub can allow space on his server for web pages documentation.

I started to sum up questions and answers on this wiki page .... today.
feel free to write there.
http://gbpvr.com/pmwiki/pmwiki.php/Devel...nLibraries

Regarding Library distribution. I think that some kind of automatic downloader would be the best, so the Libraries never would be distributed together with plugins.
Otherwise there will always be older version around on the wiki.
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#44
2008-11-08, 12:21 PM (This post was last modified: 2008-11-08, 12:28 PM by MixMan.)
I found this MediaArtAggregator program that is LGPL and supports many web sources.

A digital media art aggregator. Finds cover art for music, tv shows, movies or any other type of media. Searches different sources including Google Images, Yahoo Images, Live Images, Deviant Art, Amazon.com and Walmart. Additional sources can be customized by defining the url to get the source from and a regular expression to determine the image url or by defining new classes that inherit from a base class.

http://www.codeplex.com/maa

http://www.codeplex.com/maa/SourceContro...SetId=3120
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
MixMan
Offline

Posting Freak

Posts: 1,239
Threads: 100
Joined: Oct 2005
#45
2008-11-08, 02:25 PM
An even better article of License Types at:
http://www.codeproject.com/info/Licenses.aspx
Best Regards
MixMan
[SIZE="1"]
Antec Fusion case with Gigabyte GA-MA78GM-SH, AMD X2 4850e, 2GB RAM, AMD780G Onboard graphics. WinTV-PVR 150 MCE (With FM), Twinhan DVB-T, 750GB + 250GB HDD. Windows XP Pro SP3, MCE 2005 Remote, 29" 4:3 monitor and a 47" Philips 9603H LCD[/SIZE]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#46
2008-11-29, 05:44 PM (This post was last modified: 2008-11-30, 09:15 AM by McBainUK.)
Can a program with a "GNU Lesser General Public" License call code in proprietary (closed source) DLLs?
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#47
2008-11-30, 09:16 AM
bump Smile
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
pz1
Offline

Senior Member

Posts: 740
Threads: 16
Joined: Jan 2006
#48
2008-11-30, 09:28 AM
McBainUK Wrote:Can a program with a "GNU Lesser General Public" License call code in proprietary (closed source) DLLs?
I think this depends more on the terms under which the called DLLs are being licensed. If the DLLs are part of a bigger package which has in its license that you are not allowed to reverse engineer the package, it is not allowed.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,899
Threads: 955
Joined: May 2006
#49
2008-11-30, 01:38 PM
As Pieter says it partly depends on the DLL's. However LGPL doesn't require you to describe the method to compile or run the source code, so you can dynamically link to any commercial and proprietary drivers etc. that you have the right too. GPLv3 would not allow this. Static linking would likely not be allowed.

Martin
McBainUK
Offline

Posting Freak

Posts: 4,711
Threads: 429
Joined: Sep 2005
#50
2008-11-30, 01:48 PM
Sorry for being such a noob. What's the difference between static and dynamically linking.

If it helps, the DLLs in question are the JavaWiz's WizTools DLLs and sub GBPVR public DLLs.
Wiki profile
My Projects
Programs Plugin [SIZE=2](retired)
| Volume OSD Plugin (retired) | Documentation Wiki (retired)
[/SIZE]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (6): « Previous 1 2 3 4 5 6 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Common Repository Plugin? steeb 24 6,537 2011-07-24, 11:54 PM
Last Post: steeb
  Common Music/Video Inset? reven 9 4,296 2008-12-09, 03:16 AM
Last Post: JavaWiz
  Common Recording Dialog? JavaWiz 3 1,453 2007-02-07, 04:11 AM
Last Post: JavaWiz
  CommunitySkin common text styles McBainUK 35 8,117 2007-01-17, 01:21 PM
Last Post: Fatman_do
  Common Images Plugins Skins & Community Skin Project MixMan 98 21,086 2006-08-24, 01:51 PM
Last Post: MixMan
  Common Video/Music Database KingArgyle 1 1,266 2005-10-21, 01:38 AM
Last Post: psycik
  Skin in progress - what are the most common Plugins?? dazzyb2k3 8 2,548 2005-08-30, 11:53 AM
Last Post: nightwalker
  one common skin ? reven 6 2,603 2005-07-04, 10:18 PM
Last Post: reboot
  Common GBPVR Utilities library Jeff 1 1,690 2005-02-08, 11:39 PM
Last Post: darrin75

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

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

Linear Mode
Threaded Mode