Synology-Forum.nl
Tweaks / Addons A.K.A. The Underground => Media Streaming mods => Topic gestart door: Matr1x op 27 oktober 2008, 22:54:46
-
Op MPC Club kwam ik het volgende berichtje tegen:
hi all,
i made a build for the 0.14 beta 1a version of kissdx.
you can download it at http://www.sivard.nl/ (http://www.sivard.nl/)
see install.txt for the upgrade.
Greetz
sivard
Dat wilde ik jullie niet onthouden. Meer nieuws als ik het geprobeerd heb...
-
Hoi Matr1x,
Heb je Kissdx 0.14 al geïnstalleerd en werk het goed?
Dit weekend ga ik het installeren en kijken of het werkt, k'ben benieuwd
Emilio
-
Installatie is een makkie,
Upgrading to kissdx-0.14b1a
1. make sure the current version of kissdx is stopped
killall kissdx
2. go to directorie /opt
cd /opt
3. rename current version of kissdx
mv etc/kissdx.conf etc/kissdx.conf.013
mv bin/kissdx bin/kissdx-0.13
4. copy kissdx-0.14b1a.tar to /opt
cp kissdx-0.14b1a.tar /opt
5. unpack the tar-file
tar -xvf kissdx-0.14b1a.tar
6. edit the new kissdx.conf with your settings.
vi /opt/etc/kissdx.conf
7. export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/lib/
8. start kissdx and hope it works
/opt/bin/kissdx -d -c /opt/etc/kissdx.conf
Suc6 Emilio
-
Ik had hem ook al geinstalleerd, maar ik heb nog niet alle nieuwe features uitgeprobeerd. Tot nu toe nog geen problemen gehad overigens.
kissdx 0.14 beta 1a is available for download as of 2007-10-31.
This release has been a long time coming. The good thing about that is the amount of new features:
- Feature: A running kissdx server can be managed from any computer on the network by using a second kissdx as an Admin client: Stop current playback, shutdown kissdx, re-read the configuration file to pick up changes.
- Feature: New configuration settings to specify the character sets of the configuration file itself and of playlist files allow these files to be created / edited on any platform.
- Feature: Trigger scripts on playlists and directories, allowing on-the-fly playlist creation and symlink creation.
- Feature: Automatic renaming of .TS and other files to allow playback on older players.
- Feature: Configurable kissdx server signature displayed on KiSS players.
- Feature: New config setting specifies an alternate name to be displayed for the [Recently used] folder.
- Feature: New config setting allows kissdx to listen only on the specified address/network adapter, instead of all addresses of the server.
- Feature: Support for Windows filename syntax in paths in the configuration file when running under Cygwin.
- Feature: Support for multiple media paths for each media type, removing the need for symlinks.
- Feature: Restore display order on KiSS 1600 and DP-600 with the KNAS firmware by adding sequence numbering in filenames. Try this out if you have a DP-600 or a 1600!
- Feature: Relevant changes from kissd 0.14 are included: New config setting allows creation of PID file on startup.
- Feature: Better help screen, including network topology map in verbose mode.
- Changed: Initial display of hidden files is now controlled with new config setting instead of -a option (deprecated).
- Changed: KML forwarding is now controlled with config setting only, no need for -k option (deprecated).
- Changed: All paths specified in config settings are checked for existence on startup.
- Changed: Search order for config file has been standardised, allowing more locations.
- Fixed: Played DVDs would not show up in [Recently used] some times.
- Fixed: Some minor bug fixes, as always.