Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Gerbera

Building the Gerbera Media Server
Collective - Host: opensource - https://opencollective.com/gerbera-io - Website: https://gerbera.io - Code: https://github.com/gerbera

documented the --interface option

github.com/gerbera/gerbera - 010568a20d9700df6428f860d64a85e5faccb4a6 authored over 17 years ago
compilation without js failed due to missing ifdefs in the

content manager header

github.com/gerbera/gerbera - 1cb32c99cd6697798f4531eb61c064c47df58663 authored over 17 years ago
added Playstation 3 support; set <protocolInfo extend="yes"/> in your

config.xml to enable it; playback of mp3 and mpeg4 files should not be possible

github.com/gerbera/gerbera - 937219df2b53e0612c4cbb813c648bdc5bb0c8cc authored over 17 years ago
replaced the "ip" with the "interface" option, it is more natural to

specify an interface like eth0 instead of an ip

it was possible that a socket was left open in a...

github.com/gerbera/gerbera - bab2e6b95c2c049895603f17b875553ca7d80be5 authored over 17 years ago
oops.. forgot to commit the header :)

added interfaceToIP()

github.com/gerbera/gerbera - f2920c5bc9910503640080698b0ee2d562ab977a authored over 17 years ago
added function that looks up an ip for the given interface

github.com/gerbera/gerbera - 3d9d34206e9ad0e5484c605424ae7848b2b26ebb authored over 17 years ago
check_path_ex now returns the last modification time of a checked

file or directory

github.com/gerbera/gerbera - b714e61618ad309b08722b5f40dc6c21c68d7dc2 authored over 17 years ago
added defineFunction function to script.cc

github.com/gerbera/gerbera - 200f7c8856366a28c261479a15b4a9a19eda6165 authored over 17 years ago
made serialNumber and modelDescription configurable

github.com/gerbera/gerbera - c562de2aafe9ce85dd078484b9215759b15dc71c authored over 17 years ago
added a setting to decide if virtual items that were createy by the playlist

script should be linked to the original playlist file or not

github.com/gerbera/gerbera - debc059be4a53de54f14ca1934cdd00e24480a99 authored over 17 years ago
added /import/playlist-charset option in config manager

created a string converter helper that uses the new option

made sure that we check all strings ...

github.com/gerbera/gerbera - f19a1586f284b31a2a9bb68bf29b1a56259adf42 authored over 17 years ago
big cleanup: tabs to spaces, removed additional trailing newlines

github.com/gerbera/gerbera - bed1e6be812b20e3788dbbf7d063c7a28931fdda authored over 17 years ago
forgot old charset setting for import script, we now have one charset

setting for all sripts

added appropriate cds object validation error messages

github.com/gerbera/gerbera - ceb83d157d593d5cf157526db9a34f4ee6fd7bb8 authored over 17 years ago
renamed functions.js to common.js

cleaned up some headers
added "free" header to js scripts

github.com/gerbera/gerbera - 285fbeb64e03ac8d6ef38115a584e74708e91cb6 authored over 17 years ago
fixed typo in ConfigManager

brief headers in script files
.pls support in playlists.js

github.com/gerbera/gerbera - 6734b930884f28d9282fea1057723b6c5723e410 authored over 17 years ago
added configuration options for the new scripting architecture; layout

of config.xml has changed

github.com/gerbera/gerbera - 170d6c162fbe6772257de139a0f4d653fd2f3e18 authored over 17 years ago
common functions (the ones that are use by both, the playlist and the import

scripts) are now defined in functions.js

github.com/gerbera/gerbera - 0b56a163b112deb1393a42408cb9096eaf2a1304 authored over 17 years ago
ok.. we will use seperate contexts for each script

github.com/gerbera/gerbera - 659a116fe433af406e2bcf02982c3b0491e90dde authored over 17 years ago
playlist refID for playlist containers should work now...

github.com/gerbera/gerbera - bdd1381fb5ada0fe4076877568421797b1ff4a93 authored over 17 years ago
first version of playlist.js script

github.com/gerbera/gerbera - ab0ba265f36e13d0be95aae63edb6beff111f3b9 authored over 17 years ago
reference ID's are now set automatically by the C code, this is done to

prevent scripts to mess up the references

github.com/gerbera/gerbera - 840841c935c3c50cee0503573643273a71abac33 authored over 17 years ago
correctly checking refId and playlistRef now..

github.com/gerbera/gerbera - 0dc8604c21b5a426201f1b304b6c9ba17df69b93 authored over 17 years ago
playlists... work in progress. still need to make sure all references are

set and used correctly

github.com/gerbera/gerbera - e55f54544da6d9002f8d81dfb179109acef36b2f authored over 17 years ago
fixed coredump in sql_storage when adding an object with playlist_ref

github.com/gerbera/gerbera - e866ba7fac2ea7c559708e8051bcedd5c7ee4e09 authored over 17 years ago
corrected getBoolProperty (script.cc) function: int return val is needed, because -1 is returned sometimes

github.com/gerbera/gerbera - 083d17ff317281054039956f3cb1c7611a508ffd authored over 17 years ago
some svn:keywords to Id

added addCdsObject to the js functions of playlist_parser_script
cleaned up initLayout

github.com/gerbera/gerbera - 5b11049c67f0536ae0c299a79dadff782dc0838f authored over 17 years ago
fixed a nasty coredump :> playlist script was destroyed upon every

addFile invocation, which of course caused problems when addFile was
called by the playlist scrip...

github.com/gerbera/gerbera - f610ca4856eda6ff2a53c27ec790b5c72f8deb7e authored over 17 years ago
fixed use of wrong reference id

github.com/gerbera/gerbera - b06a315f5c9dc27a40e4bc0aa28f4509e5709fe6 authored over 17 years ago
made sure that our readln function strips away the CR/LF

github.com/gerbera/gerbera - 735a69c935749428b03f6f8c365b0f91f32a2209 authored over 17 years ago
further changes for playlist support

currently there is still a bug when using addFile from the playlist script

github.com/gerbera/gerbera - be26ea045843b43efb1dc4edd74971b4252b4539 authored over 17 years ago
did not like the previous -m parameter implementation, now separated the

homedir setting from the config dir setting; I think it's clearer now.

github.com/gerbera/gerbera - f7cf7d15c270c3008f56db196ec5f0996d60ff95 authored over 17 years ago
added playlist parser stub, adapted makefile so the parser script gets

installed along with import.js

moved readln native js function into the playlist_parser_script,
...

github.com/gerbera/gerbera - 3f19d66a7fa9e7782af1960dfe2b6a450232ba3d authored over 17 years ago
added playlist script option to config manager

added playlist content type

github.com/gerbera/gerbera - 42b4546b13eec36ef0f79cd9b6476fde0f82bffe authored over 17 years ago
moved native js functions to a separate file

added prototype for the playlist parser

github.com/gerbera/gerbera - d035856f2023bbd03de4a4a84f6e5cb75a272516 authored over 17 years ago
added playlist ref function

github.com/gerbera/gerbera - 2d15c8de9597371242d2b87eaeef0472e902e180 authored over 17 years ago
adapted scripting: context is not in runtime

github.com/gerbera/gerbera - 30d9ca9ebe011abeeace6733da623e0a5d0c7ded authored over 17 years ago
clean up completely messed up scripting headers

github.com/gerbera/gerbera - 282bc65adcaaa39df089bb782426ce6b894381db authored over 17 years ago
moved two functions for cds object conversion into parent class

github.com/gerbera/gerbera - d8b079c3b82dc5641d4ade032fcb5ddbfe45e0d9 authored over 17 years ago
forgot to comit..

github.com/gerbera/gerbera - e29e11beb0be38ac53dbad12039ecce2f21b6eb0 authored over 17 years ago
finalized the architectural change in scripting

github.com/gerbera/gerbera - ec18fa95c0d27f7a3a37c4e5f6365365933d99f7 authored over 17 years ago
changing the scripting architecture; needs to be extended to be able to use

several scripts; this is based on Gena's code after 0.8.1, but which did not
make it into the 0.9...

github.com/gerbera/gerbera - cb5823df0209ec63cde22fafac997dd79be85469 authored over 17 years ago
fixed fseeko check failure with autoconf >= 2.60

github.com/gerbera/gerbera - 961565c0b8af5487148a547d2b434b894d2edb57 authored over 17 years ago
added AC_SYS_LARGEFILE_SENSITIVE macro

github.com/gerbera/gerbera - 8b6cb439da00034b0b39fa35b0a80215165c159b authored over 17 years ago
added a short description sentence about autoscan

github.com/gerbera/gerbera - 1f053e75b6b1a8b30546fe9b951336a3e3125e26 authored over 17 years ago
some corrections in the UI doc

github.com/gerbera/gerbera - a33dfbfd9e201d1576a92c011351d510aa54e690 authored over 17 years ago
checkin of files needed to build debian and ubuntu packages

github.com/gerbera/gerbera - 226ebcb4594d1077ea82e5f02e8184ef2c6d50b2 authored over 17 years ago
documented the new command line option

github.com/gerbera/gerbera - 67e510ec7573c2a5d913c83b9b8be4b79afda6c3 authored over 17 years ago
some improvemnts in handling of the users home directory; appropriate

error message if users home could not be retrieved from environment,
also added a command line p...

github.com/gerbera/gerbera - dc7476efd430783d82f0f61c97e79553fa9e901b authored over 17 years ago
cleaned up the temporary hack, now using the correct objectType

github.com/gerbera/gerbera - c0d8c5fedf0c3030ecc0f9ca7e4b63024f8af7bd authored over 17 years ago
added ui doc

github.com/gerbera/gerbera - f9ddba05957a8482cb6645bfc309116e03ee22d5 authored over 17 years ago
minor modification in the introduction text

github.com/gerbera/gerbera - 64236671af9e9e63bcc47b400df18bda8ed81ea8 authored over 17 years ago
finalized ui documentation

github.com/gerbera/gerbera - d7aab2ac7253d9fed95e7556135488d58b98faa5 authored over 17 years ago
started to document the UI

github.com/gerbera/gerbera - 6ef475980e8df220736a18ed8aded6c9abc6eec2 authored over 17 years ago
added first version of playlist parsing support, the feature is by no means

complete and needs additonal work.

added JS tag in logger

github.com/gerbera/gerbera - e98e9b0f2380fde0cb523d67c0f2e99255fbe950 authored over 17 years ago
update on subtitles

github.com/gerbera/gerbera - 15519a4025eff6950f3106ea7a539f70454d0aef authored almost 18 years ago
updated device list

github.com/gerbera/gerbera - 361bc749b584dec2596caf5b089ffd4a07dec2a3 authored almost 18 years ago
if sqlite3 was compiled with threading support under FreeBSD, configure failed to detect the sqlite3 library because it tried to compile it without -pthread

github.com/gerbera/gerbera - cf4bc42f32a5c211428a818c3e9a411e88aebe45 authored almost 18 years ago
updated ChangeLog to reflect the changes since 0.9.0

github.com/gerbera/gerbera - d52a29d7562826405753ca2cbdd30969a8cd2dc6 authored almost 18 years ago
fixed a mysql related bug: if the filename contained any non-utf8 characters, mysql simply cut the string off at the

first non-utf8 character. - now using "blob" instead of "text" so that mysql doesn't verify the e...

github.com/gerbera/gerbera - ed39311e21492f26241d214150082c651de5f07a authored almost 18 years ago
libextractor didn't work if the libs path was specified explicitly

github.com/gerbera/gerbera - 2fa388fe68dc8ca786f73d67cc96db887964abb5 authored almost 18 years ago
synced with org.openembedded.dev

github.com/gerbera/gerbera - 7f816daf045e27a4783a7a155aaaea104d75d80b authored almost 18 years ago
updated .bb file to match the current version

github.com/gerbera/gerbera - b7bd04c3322f71c3669d00229d3344aeaf2aa9ee authored almost 18 years ago
fixed typo in the changelog

github.com/gerbera/gerbera - 14b14cd75d44dcfc2eaafc567b30ba08bf580925 authored almost 18 years ago
added a subtitles exception to differentiate between file not found and

subtitles not found exceptions

removed the print stacktrace for not found files (looked scary an...

github.com/gerbera/gerbera - c18eae1f0947d1a72bf74850ad316dac8523523f authored almost 18 years ago
some minor changes, hopefully the man page is installed correctly now

github.com/gerbera/gerbera - 8c34a76c373cd96bebe0477e66c113f288c9ea80 authored almost 18 years ago
generating current readme

fixed gen_readme

github.com/gerbera/gerbera - 9d394bd2fd600bad59f1450fdb67c56967459807 authored almost 18 years ago
get rid of a compiler warning

github.com/gerbera/gerbera - 4403f8cf2760cf99643d00ea8b3fa79f0712f820 authored almost 18 years ago
fixed a warning

github.com/gerbera/gerbera - 35e59fbf9002c772bfaa767f93330626ae1a74bf authored almost 18 years ago
gen_readme now takes care of scripting too

github.com/gerbera/gerbera - 6e52c1b5ce2a62fd66c511641684493d2eb832b2 authored almost 18 years ago
added converted scripting versions and also made sure those documents get

installed with the rpm

github.com/gerbera/gerbera - 7522bb612ee7af1b02632dd3d3df5c9114adbb18 authored almost 18 years ago
more fixes regarding sqlite3 and -lrt

github.com/gerbera/gerbera - a72bc88cf1015f0bf0c946c5d5e7081a11533c8b authored almost 18 years ago
sqlite3 fix regarding -lrt, if rt was found on the system we will add it to the

sqlite3 linking flags: some systems require it, and for those that do not - it
does not hurt :>

github.com/gerbera/gerbera - e2485ae382cefbaa1f78fdc2662029e4d122009f authored almost 18 years ago
turned out the handling of datadir in our makefiles was incorrect,

now using pkgdatadir

github.com/gerbera/gerbera - dd4be71391823f8ed10917dba0b4ee6b04439691 authored almost 18 years ago
put at least something in the NEWS file :>

github.com/gerbera/gerbera - 10f4c271ed38312030ce38f7da5bf3530be744fb authored almost 18 years ago
clean up deb rules file

github.com/gerbera/gerbera - 50774efbcd59c7487401a8625d939324e1db8606 authored almost 18 years ago
adding files for deb package for debian

github.com/gerbera/gerbera - d094866140a1a14d902e6930a6e12856e923c779 authored almost 18 years ago
removed the "pre" tag, going for the release

github.com/gerbera/gerbera - ca6ceafd7801c0d72cba46749a090aa74d17fa93 authored almost 18 years ago
made an option to enable or disable SIGHUP handling; default is on for x86

platforms and off for all others

github.com/gerbera/gerbera - ceea155af0edf24417c4c9cdd19c154170bd4035 authored almost 18 years ago
finished scripting documentation

github.com/gerbera/gerbera - fe619805afa566942bd51a394867ce7fea232046 authored almost 18 years ago
made modelNumber configurable, renamed model tag to modelName

github.com/gerbera/gerbera - 97ea534845f4268e353b1af6727cea3900697ac0 authored almost 18 years ago
changed the define for the iconv call; const char cast needed for the

external iconv library, configure is now setting the proper define for us

github.com/gerbera/gerbera - 77d930193be8075e9cfbdf4c23c8311db942d69e authored almost 18 years ago
added additional linking options to configure: it is now possible to

force the -lpthred and the -liconv check and use those libraries if
the checks succeed.

github.com/gerbera/gerbera - b100a41b67b58be5fc41f630dcdf840e7324780a authored almost 18 years ago
added option to use -lpthread instead of autodetection; this seems to be

needed when crosscompiling for Optware

github.com/gerbera/gerbera - ef651ceadf4c616d594f57c1ffc9c573d1150336 authored almost 18 years ago
made sure that autocreate db option is printed consistently in the

summary if enable or disable has been specified on the command line

github.com/gerbera/gerbera - 9d6987d5f583940626c649d65ad91ae6662146a7 authored almost 18 years ago
minor change, normalizeDate is now use to get the year

github.com/gerbera/gerbera - 7063b9f227289f1e1ba3a2844497154e36af5e68 authored almost 18 years ago
finished scripting documentation

github.com/gerbera/gerbera - 1a984fe3ba3cea9d5b5ca49f24bc8350d3aecbdc authored almost 18 years ago
serviceId was not set according to UPnP spec

http://sourceforge.net/forum/forum.php?thread_id=1695876&forum_id=440750

github.com/gerbera/gerbera - 074cc5eaf337d967dcb49b728f2004245606674e authored almost 18 years ago
almost finished the scripting documentation

github.com/gerbera/gerbera - f18f9d6f433aade295bea768b80ea828a97d5ea5 authored almost 18 years ago
everything after & was cut off (for example for external url items)

the SDK unescaped the URLs, this caused parsing problems, because we treated
the unescaped & in ...

github.com/gerbera/gerbera - a6a23441b0fa1f102f270d0796c2303b08db7cea authored almost 18 years ago
adding manpage to dist

github.com/gerbera/gerbera - de22d26c779525e844eeef5683cdf1ce32a09f29 authored almost 18 years ago
using ACX_PTHREAD macro

github.com/gerbera/gerbera - d10f0e47dd1d5b714a3c63b4a1a4a08b1a317b18 authored almost 18 years ago
added default mimetype-contenttype mappings

github.com/gerbera/gerbera - 79d9a602fd5cd0088fa34947287dcae26fd4eecf authored almost 18 years ago
got rid of a todo :)

when the mimetypes were renamed in the config.xml, the metadata handler
no longer identified the...

github.com/gerbera/gerbera - 522e6c3728c82ec6a3ef29e29820ccdce64816f6 authored almost 18 years ago
made sure that the manpage gets installed

github.com/gerbera/gerbera - 8ac8d664ee12b405ba7c90d720bdc4d2262103a7 authored almost 18 years ago
new xsd file (added mimetype-contenttype)

github.com/gerbera/gerbera - 6bfd8608c89f138005dba7b8ed3e392655ff88b6 authored almost 18 years ago
finally fixed extractor.h search and hopefully also taglib :>

github.com/gerbera/gerbera - 992145a868d5d07365d76c5206780c743b90d4c5 authored almost 18 years ago
fixed search for extractor.h

github.com/gerbera/gerbera - 301e7f585c78a7b8ad7f73d76fff99c670ee3f5b authored almost 18 years ago
commiting first version of a manpage

github.com/gerbera/gerbera - c6d0431b707d52794edf95fe5df0a2ee103acf59 authored almost 18 years ago
synced with pupnp (coredump fix)

github.com/gerbera/gerbera - 20eee3c1e0596060a888ab0a1531d93064d04367 authored almost 18 years ago
polished gen_readme scripts

github.com/gerbera/gerbera - ede865215b6d9dde7bdd1099be9d3ae045707af1 authored almost 18 years ago