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

renaming gen_readme script because it doesn't generate only html

github.com/gerbera/gerbera - dd69c36f266f88fd50bf02b3c7c49b2e7e648cd7 authored almost 18 years ago
gen_readme script now generates txt versions too

github.com/gerbera/gerbera - a54572ace9c06a7851861f08ee1a1c1f2288467b authored almost 18 years ago
more work done on scripting docs

github.com/gerbera/gerbera - 9a23d78a8045f71e1ff39dbc09dd318a697f7cbe authored almost 18 years ago
added scripts to automatically generate readme.html

github.com/gerbera/gerbera - 573fba31b8ce828ef7085fcf88b188f42f512038 authored almost 18 years ago
synced the 0.9.0 prerelease bitbake file with koen's changes

github.com/gerbera/gerbera - 7435fb14f770f6097f82d60c46166832c5772a0c authored almost 18 years ago
added internal item object type to scripting (was not set correctly)

more work done on scripting documentation

github.com/gerbera/gerbera - dac23c6c686a6396b9c309742f770c0c0356cd9c authored almost 18 years ago
setting MySQL client charset explicitly to utf8

github.com/gerbera/gerbera - 3d7ac79ebcdaec424ae682b75139847ec26ea1b8 authored almost 18 years ago
added bitbake file for the 0.9.0 prerelease

github.com/gerbera/gerbera - f7515f25f2b01182a6c371a7d113ce76275996b6 authored almost 18 years ago
added some lines for the doxygen main page

github.com/gerbera/gerbera - 2bbc78ebb70f59321713a8c428450e9bed3af7dd authored almost 18 years ago
made sure that the fallback check is executed in case nl_langinfo returns

an empty or invalid string

github.com/gerbera/gerbera - 7c383211021a1d004b36004f67a7c5a4e5e08dfb authored almost 18 years ago
more fine grained StorageException handling - nicer UI error messages

github.com/gerbera/gerbera - fec5c9b8538756a0b1efe235604edbf75cb027ac authored almost 18 years ago
fixed a problem with mysql: when the client headers were not installed, but

mysql_config was available, we correctly detected that we can not compile
with mysql, but we stil...

github.com/gerbera/gerbera - a4370fbdce5565dda89b274cbe03ea4c516cad47 authored almost 18 years ago
upnp classes are now available to the script as global constants (variables)

github.com/gerbera/gerbera - d5b049fd4475c5155c3f867252492139415bf705 authored almost 18 years ago
bugfix: profiling aborted in deamon mode when scripting threw an exception

github.com/gerbera/gerbera - 59b1580f6a906c6ef4c4f31e4d212281c92ae465 authored almost 18 years ago
fixed a bug in extractor_handler, it did not even compile... :>

github.com/gerbera/gerbera - 2d0bb9ef968791da3dd9840b8bdad4e85efa2e71 authored almost 18 years ago
removed "for Linux" because we run on other systems too

github.com/gerbera/gerbera - 70c16c71f05a894395c9fbf8a8b3fa8c3b2a0a35 authored almost 18 years ago
set version to prerelease

github.com/gerbera/gerbera - eab28a01d1fe810e43ebdecde4fa011b97c718e6 authored almost 18 years ago
initial checkin of the .deb files

github.com/gerbera/gerbera - d9f38352f59656634685124e9f9fdcce143c9673 authored almost 18 years ago
updated the spec file

github.com/gerbera/gerbera - 1e288735e4c75c07c91cc589be5d728a6402053a authored almost 18 years ago
repository cleanup

github.com/gerbera/gerbera - 70f65dff10ac667605f09cc2584071d8a46ec289 authored almost 18 years ago
FAQ was empty anyway.. needs to be done

github.com/gerbera/gerbera - 68a7332c4ebdbe642cfcbce7b8575ccbfeff85ff authored almost 18 years ago
no comment :)

github.com/gerbera/gerbera - 2a0c33db963defa92cc817187762aef40547468f authored almost 18 years ago
made sure mysql_thread_end is called before content manager task thread dies

github.com/gerbera/gerbera - b9f1cba50ab2a8ce8164a96df14780f5fc7b7fc9 authored almost 18 years ago
implemented primitive profiling

github.com/gerbera/gerbera - d7e103001b50f02ad582c1d90153710d97fc064d authored almost 18 years ago
solved a memory leak that was happening when MySQL was used; MySQL requires

a special thread cleanup, however we had no cleanup function for threads
started by the UPnP SDK....

github.com/gerbera/gerbera - 83c544b8f08492e1c025f47523b4f3a71ee1ea5d authored almost 18 years ago
added threadCleanup functions to Storage for mysql_thread_end

github.com/gerbera/gerbera - dbc805bac95dc1bd926d8e2870e8ad5ba7f71849 authored almost 18 years ago
updating some comment headers and some svn:keywords

github.com/gerbera/gerbera - 586e25d8f4bcf8f4311763938c94d444b26796b8 authored almost 18 years ago
made the login page prettier (again..)

github.com/gerbera/gerbera - 142ef6ad3cfffe03bc3cb171f689e1323e34a3bb authored almost 18 years ago
UI: nicer look for the login page

github.com/gerbera/gerbera - 13e7da9b4af24c1a2f4af429d1cf3aec0667dcf1 authored almost 18 years ago
explicitly shutting down Timer

github.com/gerbera/gerbera - 1c304bb0d5c6dcd6144215e09bfc304ea5fd51b4 authored almost 18 years ago
UI: fix location of skull (again...)

github.com/gerbera/gerbera - 51ca4f5ee5e9430c4c6cce9a34007312f78a939d authored almost 18 years ago
correctly destroying timer for SIGHUP

github.com/gerbera/gerbera - 99c28f8141826131c803146c2d6fd1b66f76465a authored almost 18 years ago
UI: skull link was to big

github.com/gerbera/gerbera - 617caf0b3e1aba79dec857741cadcc8312509ecd authored almost 18 years ago
updated config xml schema to include the new <virtual-layout> tag

github.com/gerbera/gerbera - f2731d01586b78b846e435d918ef91ce774ada70 authored almost 18 years ago
keeping track of the changes...

github.com/gerbera/gerbera - d7cdea6b33e571f8831521c1fd82bc6b7807747c authored almost 18 years ago
removed old unused define

github.com/gerbera/gerbera - d4e7ea2f9b742566cca9c3f4ecce2d03dde769bf authored almost 18 years ago
added object properties and their descriptions

github.com/gerbera/gerbera - 78ad8d5ce7b19fa2336902c18345b461dcc39b8d authored almost 18 years ago
updated documentation: new media receiver added

github.com/gerbera/gerbera - 809cc23d8f6a8cd4c04c941afaf5026f7d7318cb authored almost 18 years ago
config manager now validates if requested iconv charsets are actually

supported by the system.

also implemented a fallback: usually if no other information is availab...

github.com/gerbera/gerbera - 9143a78ea5192230fe3a2674a839025b7fcc80a6 authored almost 18 years ago
minor changes in js description; also added current utf8 version

github.com/gerbera/gerbera - 40ff378658a2c5f04f791147ff8b079969dcd342 authored almost 18 years ago
made sure that content manager only calles initLayout if layout has been

enabled in configuration

github.com/gerbera/gerbera - b653d7b49b8386e7ecacbd093ee6343c43a96365 authored almost 18 years ago
removed link that got there by accident

github.com/gerbera/gerbera - d5d000192cca4296fd311465c1af01ad7f08e731 authored almost 18 years ago
abstract layout class

github.com/gerbera/gerbera - 7498c8c827834c8148ddb9e472bd85b7947288b4 authored almost 18 years ago
added scripting fallback: if js is not available, a default layout will

be created

this can be customized in config.xml

added documentation for the new option

fixed e...

github.com/gerbera/gerbera - f73baf1b7b9cfd7d6f43eb2d47fc1b7e587cb9b2 authored almost 18 years ago
added XML schema to ChangeLog

github.com/gerbera/gerbera - ccd16dec7c8de273aa9e05fa807e437900c19130 authored almost 18 years ago
substituting MediaTomb version string in XML namespace with default

github.com/gerbera/gerbera - 754a749c6bf09a258ddd7c09e241a3be1b4f1541 authored almost 18 years ago
created an XML schema for the MediaTomb confg XML.

renamed config.xml "add" tag (under config/import/library-options/libexif|libextractor/auxdata/ad...

github.com/gerbera/gerbera - 71838da0bd2e1b69f17e276546e988d75f291188 authored almost 18 years ago
fixed a bug where changing from non recursive to recursive full scan did not

cause a full rescan of all subdirectories

github.com/gerbera/gerbera - 1d7e2a4e404450eabc98f10d6e1d3d8aa695a470 authored almost 18 years ago
adding try-catch to timerNotify - otherwise we would abort() if an exception occurs

github.com/gerbera/gerbera - 63ad0fe5ffa55167effd60b34bb682bdd84f19f7 authored almost 18 years ago
removed sending out of unnecessary UI updates when changing autoscan properties

github.com/gerbera/gerbera - 6fdf1244cce7075dc9b8e43f4e68d714670c0078 authored almost 18 years ago
made sure that normalize date is adjsuted to the recent change (-01-01)

github.com/gerbera/gerbera - 6d94efb53747aad7eb1898c9895670c706cb12ac authored almost 18 years ago
made sure the skull is always in the middle of a filmstrip

adjusted y position of logout and skull icons

github.com/gerbera/gerbera - 966edc25ced51032a37981623e0d67215a5ebb62 authored almost 18 years ago
prototype.js fix: set correct activeRequestCount if a request fails ->

skull eyes won't be red after a failure

github.com/gerbera/gerbera - 0afc01608425bfc408de4694df919ecbf4f5be12 authored almost 18 years ago
updated FSF address, added copyright, legalnotice and version information

github.com/gerbera/gerbera - 586c298bfe223ce5a4ba2fee9a8b2238f1e7458d authored almost 18 years ago
UI: fixing a js crash

github.com/gerbera/gerbera - b224315f2733d71c6334195ef3cc718b4ad6f388 authored almost 18 years ago
UI: updating tree after adding/editing items/containers almost instantly

github.com/gerbera/gerbera - 67c09d344c93468d38105f54e12e8c21ba02a5d0 authored almost 18 years ago
UI: shorter update timeout if editing folder

github.com/gerbera/gerbera - d730386da417f6acebefff4a06c38d94d5f8ea76 authored almost 18 years ago
UI bug: setting "" instead of null for empty xml tags

github.com/gerbera/gerbera - ace23e7a00c7458e8c3d8f46bd823bdb49e5c256 authored almost 18 years ago
fixed a bug where description could not be cleared when editing the object

github.com/gerbera/gerbera - 115d62c32cc274bd36780083667757aa24c14664 authored almost 18 years ago
UI: cancel button for addEdit - some optimizations

github.com/gerbera/gerbera - afceb85582bc6473fc13a78683b1615705d0cfad authored almost 18 years ago
made sure that year is not added if it is not available

changed date from 00 00 to 01 01

github.com/gerbera/gerbera - 97b9b86c52e1d6849246906f55e013de9572823d authored almost 18 years ago
corrected adding of trackNumber in storage for virtual items

github.com/gerbera/gerbera - dbb2daddf9d2a544cb4a3548a31f5bb871c53d4e authored almost 18 years ago
fixed a number of bugs related to the originalTrackNumber setting.

github.com/gerbera/gerbera - 365c02d7e24458b0c9e2a4296f387fea5b424fa5 authored almost 18 years ago
added code to support sorting features in storage:

album containers will be sorted by track now

github.com/gerbera/gerbera - a3f708664cdbab535f72aa79f301f4c7f0ff0b75 authored almost 18 years ago
fixed a bug where I was overwriting the existing metadata

github.com/gerbera/gerbera - 6942b90c02f938206c75dbad0d9434bdba1c709d authored almost 18 years ago
only setting track_number in SQL if necessary

github.com/gerbera/gerbera - 508f901ff71a36407e2f897fd2e9493c27e3f927 authored almost 18 years ago
added support for sorting by track number to storage

github.com/gerbera/gerbera - 3e42e3c9388cc3db2820d15f507a13c4d59be729 authored almost 18 years ago
added track number to CdsItem

github.com/gerbera/gerbera - d472e84e38b96b8d1bb934bf4ef501b774ec17b2 authored almost 18 years ago
made sure that track number resource is not added when there is no according

id3 information available

github.com/gerbera/gerbera - cf57b3a4c008f121f6e1ee74decbd6dd74c3d1f7 authored almost 18 years ago
getting UI updates after an add

github.com/gerbera/gerbera - 35b961ccb293bb5a6af16d00b66b3569fc1fa9e0 authored almost 18 years ago
corrected the last bugfix

github.com/gerbera/gerbera - 01b1e300c593b844ad0ca11381538f9e74a9669e authored almost 18 years ago
fixed active items

fixed wrong month in logger (was off by 1), thanks to Andy for the report

github.com/gerbera/gerbera - b23a844c44a6f1230659a75c201688925cb182a9 authored almost 18 years ago
added README.UTF_8 to the dist

UI: a small bugfix: if container 0 failed (success="0") the UI crashed

github.com/gerbera/gerbera - d1ea9abe9cc0f987d5da37ce947e28da0eeafbe6 authored almost 18 years ago
fixed a bug related to url decoding and separators

we could notuse rindex with the '?' separator, while we could not use
index with the '/' separator

github.com/gerbera/gerbera - a7af20822f209f1dc8d3a114aac87e0037996fcd authored almost 18 years ago
made sure that magic is closed in shutdown of the content manager and not

in the destructor

made static variable reMimetype a member variable to avoid problems on
SIGHUP

github.com/gerbera/gerbera - f29e3c9c9fd8dca950e2beb844c6f1fc1c4d2bd2 authored almost 18 years ago
updating INSTALL file (by autoreconf)

github.com/gerbera/gerbera - 3dd3962b9a1b1592fbf2b41b9cba5cc98d3b9a5f authored almost 18 years ago
UI: use encodeURIComponent instead of encodeURI

github.com/gerbera/gerbera - d34b3bd7e70743a727521a52c6ffcc2845f48695 authored almost 18 years ago
fixed a bug in the makefile, used wrong sharedir

github.com/gerbera/gerbera - e077c932045f7b5e5344af517285ca7bce847701 authored almost 18 years ago
one more path to search for spidermonkey...

github.com/gerbera/gerbera - 0da94674628a458ed2c334afd7bb77d78ecae49c authored almost 18 years ago
updating GPL comment header again: using new FSF address

github.com/gerbera/gerbera - 6236f179760dd9e0d8cf5ff011f618faf58f19c5 authored almost 18 years ago
fixed a bug in scripting, forgot to set video and photo container upnp classes

added a safeguard to scripting to fall back to the default class if
js returns "undefined" for a...

github.com/gerbera/gerbera - 0879763b34820be7655abcc42b774a9960e5c0ef authored almost 18 years ago
updating comment header: mediatomb.org -> mediatomb.cc

github.com/gerbera/gerbera - 0f191a6103df4bb612cf29bc3eef3fbcb6fd83cf authored almost 18 years ago
minor cleanups

github.com/gerbera/gerbera - 1c3959a50761b297c67d40f84f83e2f32d57fe0b authored almost 18 years ago
reactivated SIGHUP functionality

made sure that nothing is printed to console when going into deamon mode

github.com/gerbera/gerbera - 431be172da9e0877d15127bc25b5042ab445b5d8 authored almost 18 years ago
some further improvements for SIGHUP

github.com/gerbera/gerbera - 8f8a7f5b70f5a91355220cd50d2e6d69b1462dde authored almost 18 years ago
reactivating singletons, so that we can finally implement SIGHUP

github.com/gerbera/gerbera - ebc086784d752b2baa55114aba8b583ea5aac776 authored almost 18 years ago
UI: autoscan settings via filesystem view do a correct edit now

github.com/gerbera/gerbera - 84819e58a6f31aea55852448f67b02d69c7514e0 authored almost 18 years ago
added getAutoscanDirectory functions that will return an adir given by its

location,also added a remove function that will remove an autoscan
directory given by its location

github.com/gerbera/gerbera - 923e8f807a29a0a8dfb6ca8a55a36d87130aa927 authored almost 18 years ago
get rid of wz_tooltip.js

github.com/gerbera/gerbera - a57caf035d7657141dd3fc2b9aec6e9295d8052d authored almost 18 years ago
added first version of the utf-8 to ascii conversion script for the README

github.com/gerbera/gerbera - e13fd4af0829c97a35e08bcb51f2c0e28d2a173e authored almost 18 years ago
made sure that upnp:classes for containers are set properly

right now we can only set the class of the last container in the chain,
todo: allow explicit set...

github.com/gerbera/gerbera - 2d0a8272a3776e3dff184453c0fa819f06f3f84b authored almost 18 years ago
implemented setting of upnp class in addContainerChain

github.com/gerbera/gerbera - d850a411ed095d6c1725a387f1d0f8c9bb05e7f1 authored almost 18 years ago
removed unnecessary string check on lastClass because checking for this is

done in storage

github.com/gerbera/gerbera - 2ab65c7b97778f5ebe23d1c24faa04e0d6601745 authored almost 18 years ago
added a feature that allows setting upnp class of the last container in the

chain via scripting, this is useful to set the upnp classes correctly,
depending on "type" - i.e....

github.com/gerbera/gerbera - 3458dca88be0229cde9e2752766e3d45c2bfae8e authored almost 18 years ago
UI: some ... IE fixes...

github.com/gerbera/gerbera - f8bebfbee4285a163eb4a7842688ec93368ea2c3 authored almost 18 years ago
updating README to the current docbook version

github.com/gerbera/gerbera - 9d2ac91be936080328abd272f3ecf3c5d75d0433 authored almost 18 years ago
beautified doc: correct itemizedlists

github.com/gerbera/gerbera - 5c444fe5d01fe3b33aac356f1e7dc7e8c2b48983 authored almost 18 years ago
made sure that the background of the png images matches the color in the

html; this is a fix for IE6

github.com/gerbera/gerbera - 121f3eaa89a42ac1a7ced9a25beeb3ab8e836793 authored almost 18 years ago
we did not like the "edit autoscan icon" after all...

github.com/gerbera/gerbera - 3acbc4b9e801b1b305e0953f6f5cd4ea8facc55a authored almost 18 years ago
UI: same size for cancel and set buttons of autoscan form

github.com/gerbera/gerbera - 82a61aee99b13ee245d57c866189b4f3f9ab2687 authored almost 18 years ago