| Server IP : 185.11.201.71 / Your IP : 192.168.7.18 Web Server : Apache/2.4.29 (Ubuntu) System : Linux tech-virtual-machine 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 User : tech ( 1000) PHP Version : 7.4.28 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/libdmapsharing-3.0-2/ |
Upload File : |
= Short term =================================================================== GNOME Bugs: 344616: support database updates 686220: play nicely with firewalld 705539: confirm two share scenario fixed (seems to be in rhythmbox 3.0.2) 727839: wierd startup warning 705949: grilo Noah: DNS-SD implementation Finish browser side support. Documentation: Improve content (Noah?) Fix alignment of object description code Fix "up" icon in second level pages Add standard sidebar Improve aesthetics = Mid term ===================================================================== Fix callbacks so that they do not provide a gpointer (see service-added callback). They need to provide a proper GObject type (e.g., a new DMAPMdnsBrowserService type) so that Python/GObject introspection works. Noah: Comment purpose of each source file and describe interfaces, using test programs as examples (Note: wait on doxygen vs. gtk-doc decision. Mike: Realtime transcode: must g_input_stream_close what is returned from daap_record_read, unless I change API (see also dmapd.c) = Long term ==================================================================== API Changes: now_playing_artwork seems to return a filename, so should return a gchar *, not guchar *? Stuff related to Python introspection Allow single client to more easily make use of both DAAP and DPAP (embed type in browser service?) Mike: Audit remaining GSoC patch: --- dmap-db.c --- dmap-share.c --- dacp-player.c --- dacp-player.h --- dacp-share.c --- dacp-share.h Mike: Add support for browse= on DMAPConnection side to filter results (see dmap-share.c). Mike: Functions that could be simplified: compare_record_property() apply_filter()/_dmap_share_build_filter() (lex/yacc?) Mike: Add support for DMAP_CC_MSUP, dmap.supportsupdate Something odd (as best as I can remember): TunesRemote+ on Android emulator Ryhthmbox on same machine Two network interfaces (i.e., _touch-remote._tcp listed twice by avahi-browse) Rhythmbox: Remote listed twice If "wrong" remote selected: entry_insert_text_cb has service_name set to garbled value mdns_remote_added has service_name set to correct value Mike: Where to handle DACP-specific stuff in dmap-mdns-browser-avahi.c? Mike: Does, e.g., handle_server_info need user_data parameter? Mike: Replace dmap-md5.[ch] with GChecksum. Mike: Ensure client test catches newly shared files? Mike: Do transcode based on client? Mike: Fix seeking. Mike: Clean up test_dmap_server. Fix code that determines path of test.jpeg. Mike: See FIXME's in dmap-share.c, daap-share.c, daap-record.c and dpap-share.c.