Logitech Media Server Changelog

What's new in Logitech Media Server 7.8.0.1391769631 Beta

Feb 12, 2014
  • New Features:
  • Re-implement Podcast plugin to support all players. Allow resuming a podcast you partially listened to before.
  • Modify Internet Radio integration to work independently from mysb.com if needed.
  • Add new scanner step to discover new/changed/removed standalone artwork for album covers.
  • A new generic image resizing proxy is now built in to LMS. It can be used instead of the image proxy hosted on mysqueezebox.com, or independently by plugins to eg. resize artwork local to your network (and therefore not reachable by the remote proxy).
  • The default behaviour on power-on is changed to resume what was playing before power-off. This change will only apply to new players attached to the server; the behaviour for existing players can be changed with Settings / Player / Audio.
  • Support for Ogg FLAC in the server and Squeezeplay-based players
  • Added support for setting alarm playlist shuffle mode (thanks hickinbottoms!)
  • Volume adjustment for Internet Radio (feature request #2431)
  • Allow clients to register artwork resizing specifications to be pre-cached during the media scan.
  • Add Triode LocalFile 'loc' ProtocolHandler support for squeezelite.
  • Platform Support:
  • Perl 5.18 modules for Linux x86_64 systems have been added.
  • Improved compatibility with latest Perl 5.18 changes.
  • Bug Fixes:
  • #8180 - Squeezecenter prevents user logout after restart
  • #17174 - Title info doesn't update correctly when multiple SBs are playing same station
  • #17634 - Random art represents an album as cover art, if there is track art available
  • #17729 - On Linux SBS 7.4.1 and above: service cannot be stopped or restarted after an 'internal' restart
  • #17758 - Pop up symbols linger too long on the screen
  • #17920 - TuneIn Radio Options Context Menu - Results returned are unnecessarily limited and frequently 'not available'
  • #17933 - Failure to parse m3u playlists with relative paths
  • #17937 - Now Playing information can alternate between station and current-track titles at track skip
  • #17950 - %w macros (stream seconds duration) returns negative value
  • Don't submit disc number with album names when scrobbling to last.fm
  • Other:
  • Recognize Fedora as being a Red Hat system.
  • Improve Perl 5.16 compatibility to silence some warnings.
  • Don't enforce PNG when showing full size artwork, but only when resizing is requested. Converting a large JPG would result in a huge PNG
  • Don't deal with photo and/or video folders if the UPnP plugin has been disabled.

New in Logitech Media Server 7.7.2 R33893 (Mar 28, 2012)

  • New Features:
  • New packages for the ReadyNAS family of storage systems to support their ARM processor based devices.
  • Scanner Changes:
  • The command-line scanner no longer supports scanning a path passed on the command-line. All paths to be scanned must be listed in the prefs file.
  • Bug Fixes:
  • Save playlist plugin locks ip3k UI
  • Artist, Album and Genre Favorites with non-latin characters don't work from Player UI
  • General install issue of LMS on ReadyNAS Pro (ends up with an install error)
  • New & changed scan does not scan playlists
  • Windows installer is showing German messages if no localization is available
  • logitechmediaserver breaks apparmor in Ubuntu
  • Squeezebox folder is breaking ReadyNAS Samba configuration
  • playlistcontrol cmd:load ... play_index:yyyy doesn't work with folders
  • Browse Music Folder fails if a file of unwanted/invalid type is in a folder
  • renaming /c/squeezeboxserver/ to /c/.squeezeboxserver/ causes repeated crashes
  • directory traversal vulnerability in the web UI code
  • LMS service does NOT install on Windows 7
  • Support for new ReadyNAS Duo and NV+ V2 devices
  • Only enable single output channel mode if actively synced
  • Web UI shows red X instead of artwork for absolute URL in private network
  • Unnecessary items in context menu for current-playlist tracks
  • Resume after underrun broken for synchronized (ip3k) players
  • BMF scan corrupts dB replacing title with file name
  • Fixed wrong MP4 MIME type for DLNA (audio/m4a was used instead of audio/mp4)
  • DLNA 7.3.28.2: GetProtocolInfo needs all DLNA profiles listed first
  • Unnecessary push into current playlist when stopping playback

New in Logitech Media Server 7.7.1 R33750 (Dec 16, 2011)

  • New Features:
  • Improved MOG support to allow dynamic control of artist radio stations.
  • MySQL note:
  • DBD::mysql binaries are no longer included. If you wish to run against a MySQL server you will need to install this manually for your version of Perl.
  • Bug Fixes:
  • #17140 - Non-square cover art thumbnails displayed with black borders
  • #17283 - Scanner can crash when renaming files and performing a rescan
  • #17348 - Some mp3/cue files would not scan and/or play correctly
  • #17441 - mp2/cue files no longer play
  • #17459 - Rhapsody channels and radio are not scrobbled
  • #17639 - Rescan buttons scans the wrong folder
  • #17643 - Displayed playlist not refreshed on repeat with reshuffle
  • #17647 - "Generic OPML Browser" plugin needs to be forced enabled
  • #17644 - Squeezebox database and logfiles fill up OS-partition
  • #17650 - MOG track duration is lost when skipping back and forth
  • #17656 - Include missing DLNA content-types for TS, M2TS, etc.
  • #17718 - Searching genres using "browselibrary items mode:genres" does not work
  • #17719 - Now Playing playlist in the web UI doesn't show correct metadata for remote music services
  • #17726 - Windows Control Panel can't authenticate to password protected server
  • #17728 - Web GUI Jumps to Track More Info on Playlist Play
  • #17731 - Playlist only scanning does not work
  • #17736 - When running the update from the tray icon, MS VC libraries are not installed
  • #17739 - require Windows XP or more recent for the installation to proceed
  • #17749 - Database upgrade scripts missing for MySQL
  • #17752 - OSX PrefPane is missing localizations
  • #17762 - Control Panel Doesn't Open after Entering Credentials
  • #17764 - Embedded LMS fails to switch between sources
  • #17781 - Full wipecache is run when adding new folder with media type exclusion

New in Logitech Media Server 7.7.0 (Dec 16, 2011)

  • New Features:
  • DLNA/UPnP support:
  • Media library is exposed as a Media Server.
  • All connected players are exposed as Media Renderers (experimental).
  • Image and video file scanning support has been added and is exposed via the DLNA media server.
  • Supported video file types: asf, avi, divx, flv, hdmov, m1v, m2p, m2t, m2ts, m2v, m4v, mkv, mov, mpg, mpeg, mpe, mp2p, mp2t, mp4, mts, pes, ps, ts, vob, webm, wmv, xvid, 3gp, 3g2, 3gp2, 3gpp, mjpg
  • Supported image file types: JPEG, PNG, GIF, BMP
  • Multiple media directories can now be specified. Each directory can be configured for audio, images, and/or video.
  • Platform Support:
  • Perl 5.14 modules for Linux systems have been added.
  • Win32 now uses ActivePerl 5.14.1.
  • Bug Fixes:
  • #4803 - Scanner does not validate RATING tags
  • #5091 - DLNA (UPnP) Server Support
  • #11289 - Scanner ignores first line of cue sheet if it has a UTF-8 BOM
  • #17090 - WMA seeking fails if file does not contain an ASF_Index object
  • #17213 - Error message installing SBS 32398 on Ubuntu 11.04
  • #17242 - Perl 5.12 modules in CPAN/arch not compatible with Debian Wheezy
  • #17358 - Importers (MusicIP, iTunes) are not run during a rescan

New in Logitech Media Server 7.6.2 (Dec 16, 2011)

  • Bug Fixes:
  • #13814 - Implement synchronized unpause
  • #15723 - wrong Icons showing up for my Apps and Apps gallery and more
  • #16343 - restart server can't work with --user/--group
  • #17228 - Missing favorites button (heart) in album view
  • #17164 - Clock runs slow using internal SB touch server
  • #17369 - No direct link to album on albuminfo page
  • #17370 - Songs with no album tag do not appear within "No Album" any more
  • #17373 - playing or adding "All Songs" after searching with a search term including a period is broken
  • #17378 - With Additional Playlist Buttons enabled there is no Play Next button in track view
  • #17442 - Use Text only/Small Artwork/Large Artwork setting only for album lists
  • #17452 - Rescan can go into an endless loop when a cue sheet has been removed
  • #17464 - Basic search fails with search string containing single quotes
  • #17465 - Double quotes aren't being escaped in text fields
  • #17472 - Erratic playing of AAC stream on IP3K players.
  • #17479 - Aborting a wipe scan doesn't kill the external scanner process
  • #17482 - CLI: "info total tracks/albums/artists" counts are not coherent with actual music database
  • #17489 - Artists containing ')' characters break a few things
  • #17493 - cannot access playlist information when using stream.mp3 client
  • #17524 - Large blank album icon above artist search results
  • #17529 - Now Playing screen is displayed at various "odd" times
  • #17530 - iTunes Plugin on Linux can fail to find files with Unicode paths

New in Logitech Media Server 7.6.1 (Dec 16, 2011)

  • Bug Fixes:
  • #9725 - Split MusicBrainz artist tag with user-defined separator
  • #16037 - Music isn't found if playlist folder is the same as the music folder
  • #16060 - New & changed scan doesn't clean up unused genres
  • #16554 - of multiple artists in tag 'artist' only one shown on controller nowplaying screen
  • #16901 - SBS fails to generate MusicIP mixes
  • #17068 - Lost Artwork playing radio stations
  • #17255 - Screensaver term(s) are being used in Now Playing?
  • #17298 - Filtering by artist is broken when playing an album
  • #17322 - Leading and trailing spaces in names should be trimmed
  • #17340 - Display track artists per song, not in album info
  • #17342 - A lot of deprecated warnings in log when saving playlist
  • #17343 - %FILE artwork format not working
  • #17352 - Null item contained in empty playlist
  • #17360 - Scan hangs with 7.6
  • #17361 - Server side artwork scaling with one dimension omitted does not work
  • #17362 - Sometimes 404 Not found is returned instead of default artwork for unknown track id's
  • #17363 - Alarm-Clock link is not working
  • #17364 - Songs without album tags don't properly appear under "No Album"
  • #17365 - Won't show some artwork
  • #17372 - TuneIn Radio app - Error when using the "TuneIn Radio Options"
  • #17374 - Can't play tracks in multiple sub-folders using Browse Music Folder
  • #17387 - Broken image in playlist when displaying album cover
  • #17382 - Artwork size incorrect when browsing into a playlist
  • #17395 - Support for /music/current/cover.jpg lost
  • #17397 - Scanner crashes with mp2/cue files
  • #17409 - Third party menus ordered incorrectly
  • #17410 - The MusicIP Mood Mix menu is sorted incorrectly in web interface
  • #17430 - On initial start after a clean installation, Music Browse menus would not be initialized
  • #17415 - Interface; not possible to shift back to default (MSIE9)
  • #17449 - Pressing Play on "empty" links in the web-UI causes server to use 100% for several minutes
  • #17450 - MusicIP import fails due to upper/lower case differences in the file path (Windows)
  • #17457 - Import actions failing on case insensitive filesystems (Windows)

New in Logitech Media Server 7.6.0 (Dec 16, 2011)

  • Firmware updates:
  • Boom - Version 57
  • Squeezebox 2/3 - Version 137
  • Transporter - Version 87
  • Receiver - Version 77
  • #3932 - (Transporter) Discrete IR codes for power_on, power_off and digital_inputs
  • #4682 - Send WOL while in connecting state and receiving discrete power_on IR code
  • #12319 - (Boom) Change RTC alarm time to 1 hour (was 1 minute)
  • #15693 - (Transporter) Fix for spurious AC voltage readings
  • #16442 - (Transporter) audr command to change the AK4396 rolloff filter
  • (Boom) Discrete IR codes for power_on, power_off and line_in
  • Support for output_channels flags, to output only left or right channel, useful with synced Booms.
  • Fixed DNS client handling when server returns multiple A records for MySB.
  • Fixed a bug with text scrolling in scroll-once mode.
  • Added support for new Rhapsody SSL certificate.
  • New Services:
  • Support for Orange Liveradio (all countries).
  • New Features:
  • Transcoding is now supported when requesting an HTTP download (/music/[id]/download[.extension]).
  • The default database is now SQLite. MySQL can still be used using ones own installation.
  • Native decoding for WMA Pro (#13324) and WMA Lossless (#13323) has been added to Radio and Touch.
  • Cue sheet support has been improved. The following formats will currently work with cue sheets, including seeking:
  • FLAC (native)
  • Ogg Vorbis (native)
  • MP3 (native)
  • MPEG-4 AAC (native and transcoded)
  • MPEG-4 ALAC (native and transcoded)
  • WAV/AIFF (native and transcoded)
  • WMA (native)
  • WavPack (transcoded)
  • MP3 cue sheet tracks are now played without gaps. A full rescan is required and scan time will be slower for these tracks.
  • Harmony remote integration: Discrete IR codes to play presets 1-6.
  • Transporter: DAC roll-off filter can now be toggled between sharp and slow.
  • A database memory option has been added to the Advanced -> Performance settings page to allow the database to use more memory.
  • Add original track filename to download url on trackinfo page (#16424)
  • Other Major Changes:
  • Major Rewrite of Library Browser
  • A single core implementation supports WebUI, ip3k Player-UI (Boom, Transporter, Classic, SliMP3), SqueezePlay UI (Touch, Radio, Controller).
  • Features generally much more consistent across the different user interfaces.
  • Access to some features changed and some other features may behave differently or be unavailable:
  • Playlist tracks listing includes artwork in Web and SqueezePlay UIs.
  • Add-as-favorite and Delete-playlist items from SqueezePlay playlist tracks listing moved to playlist context menu (More).
  • VBR_SCALE, BITRATE, TAGSIZE, VOLUME (volume name), PATH, FILE and EXT substitution items no longer available for title format configuration (see Settings/Interface/Title Format and Settings/Player/player/Basic Settings/Title Format in the Web UI).
  • XML Web-UI skin removed. Use CLI or JSON/RPC instead.
  • Fishbone, Handheld, Nokia770, ScreenReader and Touch skins removed. Only Default and Classic remain supported.
  • When used in the context of browse music folder, the cli command `playlistcontrol cmd:load folder_id: will only load the audio files that are contained in that directory, and will not load audio files from subdirectories within that directory. This was for support of fixing bug 17199. This represents a change in behavior with this command from previous versions of SBS.
  • API for plugin developers to modify browsing experience (see BrowseLibrary.pm for documentation).
  • The CLI serverstatus lastscan field has been changed to more correctly report the timestamp of the last time the database was changed by the scanner.
  • The CLI charset tagged parameter has been removed from all commands that supported it. All input and output is now in UTF-8 (#16834).
  • Bug Fixes:
  • #2735 - Add pagebar functionality to the CLI
  • #3161 - Need more aggressive auto-retry for internet radio
  • #5207 - I18n: Corrupt chars in Favorites
  • #6754 - Umlauts/accented characters don't show on player when browsing music folder
  • #7836 - Can't browse all albums by a following a track artist link
  • #8388 - Bug 8388 - Controller showing different input than what appears on SC
  • #8808 - Support transcoding on download URLs
  • #8877 - MP3 cue sheets are not gapless
  • #9947 - home.html is loaded several times when web UI is opened
  • #9897 - Directory Scan misses out on Files and Folders containing accented Characters
  • #10199 - Most transcoding doesn't work with non-ascii-characters in filename
  • #10324 - No longer merge artists or genres that differ only in accents, for example Bjork and Björk
  • #10805 - FF/REW (scanning) broken within .cue files (not FLAC)
  • #11950 - Support FLAC CUE sheets without transcoding
  • #13153 - Both web interface and squeezebox "hang" when one browses folders containing non-ascii chars
  • #13284 - Composer in artist list, while not chosen in SC
  • #14117 - Sync streaming can consume lots of memory when one player connection slow
  • #14825 - Allow multiple stream.mp3 streams from the same IP address by specifying ?player=id_string
  • #14641 - Cannot playback doublebyte files from Favourites
  • #14662 - Playing a specific track while track shuffle is enabled will play another track
  • #14723 - Genre>Various Artists>Play All. Creates the same playlist whatever genre is chosen.
  • #14823 - variousArtistsString & libraryname prefs don't handle non-latin characters correctly
  • #14951 - Unicode search in Web UI broken
  • #14971 - Default My Music browse menus can no longer be overridden/removed
  • #15053 - #slim:noscan=1 makes a stream not playable
  • #15068 - Tracks without ALBUM tags not in browse menus
  • #15180 - Genres with only VA artist are 'Empty'
  • #15304 - "Play Other Songs In Album" doesn't work for "All Songs" of an artist
  • #15460 - Track with Extended ASCII in directory name fails to appear in Browse Music Folder
  • #15553 - Album missing on Squeezebox Radio (album artist or composer but no artist)
  • #15799 - When M3U playlists are written unicode characters in filenames are mangled
  • #15821 - Network interruption would leave "sticky" "File not found" message
  • #15826 - Need volume up / down events to be sent to SC even if at min or max
  • #15882 - Non-ASCII character in device name incorrectly displays in TinySC library name
  • #15868 - While playing songs from the USB if I switch between the songs the old song title re-appears for several seconds
  • #15887 - Mac: Account tab shows NULL in email field, w/ password
  • #15949 - Adding >100 tracks from remote source (OMPL) makes blank entries in NP on SP and WebUI
  • #16138 - Query error
  • #16154 - If an internet radio stream fails, you can't replay the stream without first playing another stream.
  • #16191 - ALAC Songs being cutoff before they end
  • #16233 - mp3 stream with Xing header is handled wrong when proxied
  • #16275 - SB Touch: Rebuffering on 1st track
  • #16280 - SB Touch: Fix ambient light calculation.
  • #16308 - All MySqueezebox apps ignore Shuffle setting.
  • #16332 - SB Touch: Disable proximity LEDs after startup.
  • #16337 - Album Sort Method is not applied when browsing artists.
  • #16365 - SB Touch / Radio: Reduce ambient light sensor polling.
  • #16442 - Choice of Transporter roll-off filter
  • #16443 - URL to repositories page has changed
  • #16459 - Scan progress time display showing negative seconds
  • #16466 - Can't browse via composer in 7.6.0 on Touch
  • #16495 - Now Playing 'expand' function is broken
  • #16620 - Added 'F' option to new artwork resizing
  • #16662 - Incorrect UTF8 encoding returned by CLI
  • #16683 - Non-ASCII characters in file and directory names
  • #16686 - Alarm Time timeControl has 0 width on webUI when adding alarms
  • #16690 - Inconsistent capitalization of 'Now Playing'
  • #16708 - Internet Radio Search doesn't work in non-Default skins
  • #16814 - No artwork when using UNC audio path
  • #16992 - AudioScrobbler plugin repeatedly writes prefs file preventing disk spindown
  • #16791 - No tracks listed on compilation albums with an 'Album Artist' tag, but without a 'Compilation' tag, when browsing the artists menu using SB Controller (or iPeng)
  • #17073 - Playlist edit drag-and-drop only works for first page
  • #17173 - Random scanner crashes, especially on Windows.
  • #17199 - Add support for a cli command to play an entire album worth of tracks, beginning at track X
  • #17205 - Accented characters not correctly sorted in pagebar
  • #17309 - Fedora 14/OpenSUSE 11.4 and other newer Linux distros are broken
  • SB Radio: Fixed hostname
  • SB Controller, Radio, Touch: Updated busybox to 1.16.2

New in Logitech Media Server 7.5.6 (Dec 16, 2011)

  • Bug Fixes:
  • #17173 - Music Scan Terminated Unexpectedly (Directory Scan)

New in Logitech Media Server 7.5.5 (Dec 16, 2011)

  • This release provides continued support for Rhapsody music service starting July 12, 2011 for these Squeezebox players:
  • Duet (Receiver)
  • Boom
  • Squeezebox 2/3
  • Transporter

New in Logitech Media Server 7.5.4 (Dec 16, 2011)

  • Firmware updates:
  • Boom - Version 53
  • Squeezebox 2/3 - Version 133
  • Transporter - Version 83
  • Receiver - Version 68
  • #16898 - Increased firmware idle disconnection timeout to 50 seconds.
  • New Features:
  • Support for using the Comet API in long-polling mode.
  • Bug Fixes:
  • #16874 - 100% CPU lockup could occur while streaming AAC radio streams

New in Logitech Media Server 7.5.3 (Jan 25, 2011)

  • Firmware updates:
  • Boom - Version 52
  • Squeezebox 2/3 - Version 132
  • Transporter - Version 82
  • Receiver - Version 67 (Reduced network traffic while connected to a server, especially MySB / 24/96 files on Transporter can cause popping during scrolling/visualizer)
  • New Services:
  • Support for Spotify (Radio and Touch players only).
  • Support for WiMP.
  • Platform Support:
  • Perl 5.12 is now supported on Linux, enabling the newest distributions to work out of the box.
  • Bug Fixes:
  • Fixed a bug where connecting to MySB from the player UI would always incorrectly use a DNS lookup, leaving the player stuck on MySB.
  • #16183 - Pandora genre stations can cause blank screen
  • #16379 - aac->pcm using faad is wrong at non-44.1 samplerates
  • #16331 - SB Radio: Fix for random battery charging sound.
  • #16452 - forward slashes in artist and track names after import

New in Logitech Media Server 7.5.2 (Dec 21, 2010)

  • Screen scrolling now handled by Squeezebox 2/3, Boom, Transporter when using MySqueezebox.com. Improves overall player responsiveness.
  • Refinement of messages in all languages
  • Backup alarm on Boom now rings for 60 minutes maximum (previously 1 minute)
  • Corrects problems when using Rhapsody music service (US only)
  • New remote control codes added to allow better integration with Logitech Harmony remotes

New in Logitech Media Server 7.5.1 (Jun 15, 2010)

  • New Features:
  • Seeking within MPEG- files (AAC/ALAC) is now supported for players with native playback (Radio, Touch).
  • Switched to optimized build of faad for AAC/ALAC decoding on ReadyNAS Sparc.
  • Bug Fixes:
  • ALAC playback was broken on PowerPC Macs.
  • Fixed corrupted Rhapsody icon.
  • Player selected in Settings becomes target in browse window
  • Alarm-Volume-Level with synchronised Booms
  • Add tag mapping for WM/AlbumSortOrder => ALBUMSORT
  • Alarm screensaver setting does not work
  • Add tag mapping for WM/Conductor => CONDUCTOR
  • SbS give up too quickly with a couple of bad tracks in playlist
  • APE tags are not read if a Lyrics tag is also present
  • Default skin's panel width resets after days
  • Ogg & some MMS streams metadata not updated on SqueezePlay UIs
  • Improve track info menu for RadioTime streams
  • Apple Lossless tracks could cause a crash in faad
  • My Apps shows all apps in web UI
  • Some stations fail to play in ., but play fine in . (bad stream headers)
  • APE files with invalid tags can cause scanner to crash
  • Virtual tracks within a cue sheet don't inherit parent content-type
  • Alarm fade-in does not work in .
  • Library stats reporting fails for album within Genre > Various Artists
  • ALAC transcoding support broken for ReadyNAS Sparc
  • iTunes plugin incorrectly scans ALAC files as "Quicktime Movie" files
  • AIFC (AIFF little-endian) files no longer play correctly

New in Logitech Media Server 7.5.0 (Apr 7, 2010)

  • With a touch screen interface, the Squeezebox Touch has some of the mannerisms you may already be using on your phone:
  • Touch finger to choose
  • Scrolling lists
  • Special swipe gestures
  • Radio:
  • Holding down button on remote control in Accessory Pack now works as expected
  • Incorporated customer feedback to improve automatic screen brightness feature
  • Improved WMA and AAC track playback reliability
  • Fixed issue with alarms ringing again after they had been turned off
  • Global search
  • Duet:
  • Controller now reliably wakes up Squeezebox Server (Windows)
  • No longer resets Controller power management settings after waking up
  • Squeezebox Server:
  • Support for transcoding files in MPEG-4 SLS / HD-AAC format.
  • Seeking support for AAC and ALAC formats (transcoding only).
  • Support for 24-bit sample size in ALAC (transcoding only).
  • Various improvements to tagging.
  • MySqueezebox.com:
  • Added Popular Channels category and various fixes for Mediafly
  • Latest Deezer menus -- Webradio, Smartradio
  • Fixed issue when playing playlists from Remote Control that contain tracks from Napster, mp3Tunes, Rhapsody, etc.

New in Logitech Media Server 7.4.1 (Oct 22, 2009)

  • Apps:
  • Added Queen app.
  • Scanner bug fixes and improvements:
  • Improved speed of FLAC scanning.
  • Improved accuracy of FLAC seeking.
  • Re-added support for ID3v2 tags in FLAC files.
  • AIFF: Fixed error when reading ID3 chunks with a bad chunk size.
  • MP4: Fixed parsing of files with short TRKN tags.
  • Fixed Win32 crash when seeking in FLAC files
  • Fixed reading of WAV files with 18-byte fmt chunks
  • Fixed crashes when files contain very large cover art
  • Fixed reading of MP4 tags on certain platforms
  • Properly read ID3v2 frames in a file with a corrupt frame
  • Try to work around broken taggers that write UTF-16 text to ID3v2.3 tags without a BOM
  • Fixed crash when reading certain WMA tags
  • Bug Fixes:
  • Added pref for extracting iTunes artwork, off by default
  • If sleeping at end of song, don't start crossfading the next track
  • Can't store music folder with non-Latin characters
  • Installer should pause longer when shutting down SqueezeTray
  • Pause, play, starts a new track. Intermittent
  • missing strings on controller
  • Cannot View music folder with Traditional / Simplified Chinese folder name
  • Non-Default skins lack My Apps menu item
  • New install of Squeezebox Server 7.4 on ReadyNAS NV+ creates 2 instances of SBS
  • Home menu inconsistent: App Gallery precedes My Apps on SqueezePlay, but follows on ip3k
  • Scan crashes on MusicIP (Windows) import when encountering non-latin path/file names
  • Can't open Control Panel if SBS is password protected
  • Document CLI change from music_services to apps
  • After 7.4.0, IR doesn't work
  • Scanner fails when files contain very large artwork
  • Browse Music Folder broken
  • Control panel does not show information on password protected server
  • ReadyNAS - starting with wrong locale information
  • Save Playlist (on current playlist screen) causes reconnecting screen
  • iTunes import crashes on DISCC for remote tracks
  • ReadyNAS - Cannot playback AAC files
  • Duplicate albums due to bad MuiscBrainz tags
  • Scanner reports 'File not found' for non-ASCII characters
  • ServiceManager should treat Windows 7, 2008 et al. like Vista
  • No FF and REW in Napster tracks
  • Control Panel Opens When Starting Squeezebox Server
  • AAC to MP3 fails because of bug in convert.conf file
  • Wrong Date on Squeezebox Classic when in standby
  • iTunes imported music is not mixable in MusicIP
  • Cyrillic encoding is broken in Browse Music Folder

New in Logitech Media Server 7.4.0 (Oct 22, 2009)

  • Support Squeezebox Radio
  • Make it easier to understand and use the Squeezebox ecosystem
  • New look and new name for SqueezeNetwork
  • New look, menus, and features for Squeezebox Controller
  • Add new services:
  • Facebook
  • Flickr
  • Add new features:
  • New Squeezebox Server Control Panel for Windows, Squeezebox Console for Windows Home Server, and Squeezebox Preference Pane for OSX as a shortcut to common activities
  • Official support for Czech, Polish, and Russian languages
  • Fix miscellaneous bugs
  • Software Versions:
  • SqueezeCenter: 28672
  • Squeezebox 2 and 3: 130
  • Transporter: 80
  • Receiver: 65
  • Boom: 50
  • Controller: 7790
  • Radio: 7790