Ecosyste.ms: OpenCollective

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

github.com/gerbera/gerbera

UPnP Media Server for 2025: Stream your digital media through your home network and consume it on all kinds of UPnP supporting devices 📱💻📺
https://github.com/gerbera/gerbera

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...

2d0a8272a3776e3dff184453c0fa819f06f3f84b authored almost 18 years ago
implemented setting of upnp class in addContainerChain

d850a411ed095d6c1725a387f1d0f8c9bb05e7f1 authored almost 18 years ago
removed unnecessary string check on lastClass because checking for this is

done in storage

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....

3458dca88be0229cde9e2752766e3d45c2bfae8e authored almost 18 years ago
UI: some ... IE fixes...

f8bebfbee4285a163eb4a7842688ec93368ea2c3 authored almost 18 years ago
updating README to the current docbook version

9d2ac91be936080328abd272f3ecf3c5d75d0433 authored almost 18 years ago
beautified doc: correct itemizedlists

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

121f3eaa89a42ac1a7ced9a25beeb3ab8e836793 authored almost 18 years ago
we did not like the "edit autoscan icon" after all...

3acbc4b9e801b1b305e0953f6f5cd4ea8facc55a authored almost 18 years ago
UI: same size for cancel and set buttons of autoscan form

82a61aee99b13ee245d57c866189b4f3f9ab2687 authored almost 18 years ago
still finetuning the docs

2bcf873c5334b3f20bf23f1d493e8ed50347ff6c authored almost 18 years ago
"teilbar" check :) - make sure we are always on a valid page in the UI

ca03d5e67c91027457cbcb1641eb9ff902868e39 authored almost 18 years ago
took control over borders

fc91e1a65844827c4d13f0a388e39edaddc5b2a8 authored almost 18 years ago
setting ui update timeout to 1 sec for removes

a038d7c30a6d264a0e759cbe90e8b6d88d7ea0aa authored almost 18 years ago
doc: changing the config.xml bullets

fc1a3a652b27c54141e6d46eea6c0c05c28440b9 authored almost 18 years ago
made sure that sql scripts get intalled

20d31520e1cad1ccf058424bc6d1376d31790f18 authored almost 18 years ago
and once again.. chaing the look of the config description

315f0200a7d70ebadd3773a38742bca8d3772c07 authored almost 18 years ago
disabled js specific string converter functions if libjs is not available

modified configure.ac because of some problems with uclibc (js check was
ignoring global LDFLAGS)

d5c8bc79d022172669455724197968f39a9adb68 authored almost 18 years ago
added a charset paramter for scripting to allow conversion and ensure that

only UTF-8 is used internally (in case someone specifies a container name
in the script in some f...

9c093c19232a0afee3d57f0af9eeffc697e90dae authored almost 18 years ago
turned out that set autoscan functionality was terribly broken - finally fixed

this.

removed some debug output in web_request_handler

297aacf4cdad9932ff8711a08d8f67afc3ec448f authored almost 18 years ago
updated mysql part in documentation

d60a8ef6d5d7684f5fd23ee8b92fb73029e64603 authored almost 18 years ago
missed an apostrophe

23999f10440a44bbc5d706957999484f84838154 authored almost 18 years ago
forgot to send out UI update IDs when removing autoscan flag from a container

bf26a72cfbfce4b10d4ad60918bc53bfdd822fbf authored almost 18 years ago
use:

xmlto -m sections.xsl xhtml-nochunks readme.xml

to generate html documentation

c0e1fb973a28ca2b0307f564803aec96ccfc8d4d authored almost 18 years ago
fixed some typos

fc0e3ad8a896fa0f172b17e23ad3cfc2be066d3e authored almost 18 years ago
found and fixed one more issue, id3 library check was setting flags in wrong

order

e036212ea3447da46d7246e39dc7a048da109965 authored almost 18 years ago
forgot a comma... that went unnoticed on my system but caused troubles when

crosscompiling

5147b33080dd56aa9feff7ab30b2907401033857 authored almost 18 years ago
scripting features need to be documented as well...

e8b1c6954d05f68a6fd68d7ba77829267a010b38 authored almost 18 years ago
cancel for add/edit deactivated againg, because it doesn't work somehow

7a404b8e290c40453e649a35abfd9e369c9ff7b9 authored almost 18 years ago
added cancel button to add, edit form

392cc90c042e084e6358a6960fe3380cc5ddabc1 authored almost 18 years ago
added cancel button to autoscan form

small fix: didn't set scan level correctly

40c672753b329e78f7c3840f73f6c5303ed00445 authored almost 18 years ago
get rid of error message while removing autoscan that doesn't exist

7fc437c536d087127cca19fdb9537ff3b705077b authored almost 18 years ago
gray out the unneeded fields in the autoscan form in the UI

0e2c1b2fc37630d6247b8f8c48432011f0d11fea authored almost 18 years ago
added "edit autoscan" icon

69568235f90dbafd4e5d49d5f15bec468dd989c1 authored almost 18 years ago
implemented new autoscan edit function in UI

6553987da74e3dd2354ae50e27468f7d6c5d8bf5 authored almost 18 years ago
added a check to ensure that only valid objects are added as autoscan

directories (location must be present)

f1be2fe9f852e77d712d14548c3fe36339a0bed4 authored almost 18 years ago
modified the setAutoscanDirectory() function, also made sure that

autoscan directories are kept in sync with storage

fb31517cf012190070f6e930019992b131d36334 authored almost 18 years ago
added some comments

b8bfa6a925358e7c59d622d8a33d5012e0f32db4 authored almost 18 years ago
more or less finished with documentation :) ...finally

a4b9a0ef1893d73eba91d90eccfc0d45838766b9 authored almost 18 years ago
added Storage::getAutoscanDirectory()

010af3ea827c6a7393b4442613ef1b197c07da3b authored almost 18 years ago
finally found a way to make the config sections look better

f37f5cd72c02d3412c0c70feafe1cdd93259cc25 authored almost 18 years ago
removed debug printout in configure

removed forgotten returns in the invalidate task function

8657ec74e85dbf0dd33131094927fb6f53e481a2 authored almost 18 years ago
implemented setAutoscanDirectory() function that will be used by the UI

196519f397436b14006553d88d2011364523b366 authored almost 18 years ago
those changes allow building MediaTomb under the Cygwin environment

briefly tested with sqlite3, libexif and id3lib, the server seems operational

c0d9bcfbd4a1d4b49587e6d0e99032419113da67 authored almost 18 years ago
fixed a bug in parameter processing as reported in the forums:

https://sourceforge.net/forum/message.php?msg_id=4138992

--pidfile was not handled correctly

405253c0be3eb42b2f502782308a04c08a78d3d2 authored almost 18 years ago
removed tombupnp docs

74e19deb96d1f1dbebc6f09b28781b0c0e20dda8 authored almost 18 years ago
more work done on documentation

ccc4d97b707484cd7bfe558777dc2fb755c99b89 authored almost 18 years ago
small current task fix

fd665d19e99acb5f508eb287d1665ace8aaa5da1 authored almost 18 years ago
isCanellable honored in UI

9c56f44695a975409ead79eaff6913cd2132bdd1 authored almost 18 years ago
allow editing of some attributes of "PC Dir" items

some possible IE fixes

9e7eb934e42104b1e0acdbad1a34712ea811b5cd authored almost 18 years ago
still working on the documentation

04e80ce750a5f416478e3404d3d11574d6c84b4e authored almost 18 years ago
ran the spellchecker

7b4760d3c4e949bab677a3b755ae4faf02fac7db authored almost 18 years ago
even more progress on documentation

880623ffd65cc99822d4928de07d51209a717f04 authored almost 18 years ago
work on the documentation continues...

15824bb533007f4133b5110ba271c40d272ea777 authored almost 18 years ago
added isCancellable flag to tasks, this way the UI can find out

if a task can actually be cancelled

currently only the remove task is not cancellable

added cy...

389ce1a209fb3bc73a3ad302cf564dda6882b4ee authored almost 18 years ago
work in progress on documentation

843f29678d1122c89417748706df4b34959f3698 authored almost 18 years ago
make sure that original track number is only sent out when

the upnp class is set to object.item.audioItem.musicTrack.
this needs to be done in order to comp...

2c1d5448856e919f42db7bd88ce582a399c8e554 authored almost 18 years ago
avoid a strange gcc bug (error: specialization of ... after instantiation)

1b36aa01c50885257c6f633e9270de09d9300c10 authored almost 18 years ago
nowrap added to UI path display

deb6bd1b9f445c85237f728bdaadbadd60f990de authored almost 18 years ago
not showing paging if not necessary

8ce26f647e102d0f1612ea6433c2036eb9f415bd authored almost 18 years ago
slightly better error message

bfde37506e75a9508394d40954c72607543ff0fe authored almost 18 years ago
finished paging in UI

7474c72d536c26f04875aa3fafbc111aa491bc9c authored almost 18 years ago
fixed a bug in items-per-page check

f301e510c54ca62eb616d28a1f417199cf30e7bb authored almost 18 years ago
found one flaw in the previous implementation of the items-per-page optoin

handling, added documentation

138e8213d7110bb263362530e2ce00b81ddfc80b authored almost 18 years ago
added configuration for paging in the UI

7fe23a483371d54538d06e7aaa96cb012e0618d4 authored almost 18 years ago
optimized icons, it now looks nice in Cidero

2baef08a0d466ea38402ea15d860c983642f026c authored almost 18 years ago
adding blank.png

1a203bc18d993e545f80a52d931b41e671da5fa3 authored almost 18 years ago
made sure that the upnp class is set correctly for music tracks

c70bef3229fa96dc142cc8a8d572f09c09cea74c authored almost 18 years ago
made sure that exceptions are handled correctly in the update_manager

thread

4b24e5852c167eb6757fe9a3e31220dca79f5635 authored almost 18 years ago
finally fixed the nl_langinfo problem - we are now correctly recognizing the

charset that is set on the system

cdf8e4a76307bb7f72ddb8c074137ef530ea988b authored almost 18 years ago
moved the "remove current task icon" to the left side of the path so it does

not jump around when the displayed path length changes

ce790a12a0ecda7264315423272afb1388d453f6 authored almost 18 years ago
when rescan directory is called for the first time, it creates an add task for

each new directory. if the rescan directory task is then cancelled, we also
have to cancel all a...

243a165558a2811d6d646f54cf8d88a5cc572b87 authored almost 18 years ago
some css changes

0739039cacf6461718cab5561a0b49808c41b84f authored almost 18 years ago
correction: one / to many sometimes

23a7e8131b6e4e602ee97493fd2a9ae3595ccc99 authored almost 18 years ago
adding / to path in UI display

d4d110a46b6e50db8efbebb6be0234852091eaef authored almost 18 years ago
ui optic change: current task and img on the same height

59c1c8bc2c4829855aa792a079384cd2d12b5d4e authored almost 18 years ago
added pngbehavior.htc and co to Makefile.am

3d684166f40ea5edaed0df66c97db42439bc2910 authored almost 18 years ago
adding tasks.js to Makefile.am

4f4613b30a8f504725523bb6c113511913648fcd authored almost 18 years ago
and again - a task description refinement

a441ef4e0f3e10ac93bcf5847214022726c2e823 authored almost 18 years ago
another ui fix: clearInterval didn't clear the interval variable

d64307f64483eec1c25a9caff4983c8e24912ae4 authored almost 18 years ago
ui fixes: only init tree and items if logged in

125f27c4d2c50adb9fa7ed326a239b3dc568cda9 authored almost 18 years ago
ui fix: get rid of error while logging in

2589b7456831c45f32738bc64e4ea4bd290858e3 authored almost 18 years ago
finished current task display and polling

d976b3c401dddd9fb437964eb2fb99b1efa9c269 authored almost 18 years ago
refined a task description once again

66bf10a0e292a35e378612ca49fe481312378de9 authored almost 18 years ago
forgot a colon :)

1c74bd60246f41a6e3e429cd4cd8f71c9e34561a authored almost 18 years ago
refined task descriptions

bca8a82c9e83bc19a7407358b0b08d3b3a35b43b authored almost 18 years ago
added poll-interval option to configuration

1cc4af55276413c840135850dce7a2325f9b8c09 authored almost 18 years ago
added poll-when-idle option to the configuration

5974f2d45e7812d1bbc704b7501431f9624367f1 authored almost 18 years ago
removing deleted files from Makefile.am

5ab1ec38a9bd88a1718aae771a2eb6e04c502dd7 authored about 18 years ago
removed unnecessary icons

bd7e626af31f4f3e53ea8dd509d9dec37c130cff authored about 18 years ago
commenting out currently inactive links

83d40d698a7f87b2d4f6705696edca2acecae699 authored about 18 years ago
forgot to check in some files for UI changes

0737a1a420c9fff7c64d427776ca19a50dba6905 authored about 18 years ago
many UI changes: (more) compatible to IE; started task list

31087181d0cfd7e975f4fb15ee5a84cbed7afe96 authored about 18 years ago
minor additions

48ed3c3169f05d0da1b2fc7bc67c6d44bfb11acd authored about 18 years ago
removed icon that was not needed

4ee6ac2315389370b227d7f01f3fbb79c1d13cee authored about 18 years ago
I don't know what I was thinking when doing r829... :)

reverted the change

d94477b97d308d746292c1a71f19052a7c06329b authored about 18 years ago
fix: coredump if removing inexistent object

68f73e6e9f1ff50f276f73885da52d4587910c3b authored about 18 years ago
fixed a leak in rescanDirectory - under certain conditions closedir()

was not called on function exit

e6cb94ce6ef48d49f2ea4815d9d51be571b89280 authored about 18 years ago
refined description message

6ed164e4bceb44f0290fb22439036ac8317b431f authored about 18 years ago
added a function to cds_objects that returns the path tree of an object in

the database

made sure that all task descriptions are set appropriately

8d185a75a31d224e564699f8e054e089535e8a9b authored about 18 years ago