<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									WhiskeyRiver Forum - Recent Topics				            </title>
            <link>https://getwhiskeyriver.com/community/</link>
            <description>WhiskeyRiver Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 05 Apr 2026 15:38:32 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Cast to Google Nest Speaker</title>
                        <link>https://getwhiskeyriver.com/community/new-features/cast-to-google-nest-speaker/</link>
                        <pubDate>Thu, 02 Apr 2026 14:10:35 +0000</pubDate>
                        <description><![CDATA[Can I request the ability to cast to a Googke Nest speaker please.
JRemote and MO 4Media both can.
&nbsp;]]></description>
                        <content:encoded><![CDATA[<p>Can I request the ability to cast to a Googke Nest speaker please.</p>
<p>JRemote and MO 4Media both can.</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://getwhiskeyriver.com/community/"></category>                        <dc:creator>RichardM</dc:creator>
                        <guid isPermaLink="true">https://getwhiskeyriver.com/community/new-features/cast-to-google-nest-speaker/</guid>
                    </item>
				                    <item>
                        <title>Planned updates for next release for 1.2.00</title>
                        <link>https://getwhiskeyriver.com/community/releases-updates/planned-updates-for-next-release-for-1-2-00/</link>
                        <pubDate>Thu, 26 Mar 2026 16:05:18 +0000</pubDate>
                        <description><![CDATA[Enhanced Audio Controls- converting Graphical EQ to Parametric EQ (up to 10 bands)- add ReplayGain- add Gapless playback option- allow Android mixer bypass toggle (Bit-perfect mode)- lots of...]]></description>
                        <content:encoded><![CDATA[<p>Enhanced Audio Controls<br />- converting Graphical EQ to Parametric EQ (up to 10 bands)<br />- add ReplayGain<br />- add Gapless playback option<br />- allow Android mixer bypass toggle (Bit-perfect mode)<br />- lots of UI improvements to accommodate these features<br /><br />Bugs<br />- Play History (Recently Played) not updating on server when playing on device <br />- Removing "Play/Shuffle Now" context menu option for long clicks on individual tracks (obviously tapping plays the tracks - neither of these needed)<br /><br />Other<br />- Customize dash (Hide Internet Radio, Podcasts, Audiobooks, Spotlight Playlists)</p>
<p>- Allow up to 3 lines for Browse Album label tiles</p>
<p>- Allow play queue position editing (change order)</p>
<p>- Allowing DLNA casting to a device without having to play something first</p>]]></content:encoded>
						                            <category domain="https://getwhiskeyriver.com/community/"></category>                        <dc:creator>Stevo</dc:creator>
                        <guid isPermaLink="true">https://getwhiskeyriver.com/community/releases-updates/planned-updates-for-next-release-for-1-2-00/</guid>
                    </item>
				                    <item>
                        <title>Update Notes - 1.1.01-29-stable</title>
                        <link>https://getwhiskeyriver.com/community/releases-updates/update-notes-1-1-01-29-stable/</link>
                        <pubDate>Wed, 25 Mar 2026 14:22:45 +0000</pubDate>
                        <description><![CDATA[First production release1.1.00-01 - Android Auto revisions to adhere to the AA Quality Guidelinescleared:
VC-1 (Voice) - Added ACTION_PLAY_FROM_SEARCH + ACTION_PLAY_FROM_MEDIA_ID to actions...]]></description>
                        <content:encoded><![CDATA[<p>First production release<br /><br />1.1.00-01 - Android Auto revisions to adhere to the AA Quality Guidelines:<br />https://developer.android.com/docs/quality-guidelines/car-app-quality<br /><br />Issues cleared:</p>
<p>VC-1 (Voice) - Added<span> </span><code class="">ACTION_PLAY_FROM_SEARCH</code><span> </span>+<span> </span><code class="">ACTION_PLAY_FROM_MEDIA_ID</code><span> </span>to actions; replaced silent empty-query return with fallback chain (queue → recently played → AI daily → spotlight)</p>
<p>VD-2 (Black Icons) - Changed<span> </span><code class="md-inline-variable-like">fillColor</code><span> </span>from black to white; added<span> </span><code class="">android:tint="@android:color/white"</code></p>
<p>EP-1 (Playback Error Handling) - Added<span> </span><code class="md-inline-variable-like">lastErrorMessage</code><span> </span>field;<span> </span><code class="md-inline-variable-like">onPlayerError</code><span> </span>sets it;<span> </span><code class="">updateMediaSession()</code><span> </span>publishes<span> </span><code class="">STATE_ERROR</code><span> </span>+<span> </span><code class="">setErrorMessage()</code><span> </span>on next tick, then self-clears</p>
<p>VD-3 (More Color Declarations)</p>
<p>Queue navigation (Added<span> </span><code class="">ACTION_SKIP_TO_QUEUE_ITEM</code><span> </span>to actions; fixed<span> </span><code class="md-inline-variable-like">onSkipToQueueItem</code><span> </span>ID lookup (was wrong<span> </span><code class="">hashCode()</code><span> </span>comparison, now correctly uses<span> </span><code class="">id.toInt()</code><span> </span>as direct index)<br /><br />Album art URI (Added<span> </span><code class="md-inline-variable-like">lastMetaArtUrl</code><span> </span>tracking field; build<span> </span><code class="">content://</code><span> </span>URI via<span> </span><code class="">ArtworkContentProvider</code>; set<span> </span><code class="">METADATA_KEY_ALBUM_ART_URI</code><span> </span>+<span> </span><code class="">METADATA_KEY_DISPLAY_ICON_URI</code><span> </span>in metadata)<br /><br />Media ID in metadata (Added<span> </span><code class="">METADATA_KEY_MEDIA_ID = currentItem.key</code><span> </span>to the metadata builder)</p>
<div class="composer-human-ai-pair-container">
<div data-flat-index="166">
<div id="bubble-c08cf0707efd" class="relative composer-rendered-message hide-if-empty composer-message-blur" data-message-index="166" data-message-id="ce035ca5-4069-49f6-8799-c08cf0707efd" data-message-role="ai" data-message-kind="assistant">
<div class="">
<div>
<div>
<div class="markdown-root" data-size="md">
<div class="space-y-4 whitespace-normal *:first:mt-0 *:last:mb-0">
<div class="ui-scroll-area" data-visibility="hover" data-direction="horizontal">
<div class="ui-scroll-area__scrollbar" role="presentation" data-scrollable="true" aria-hidden="true">
<div class="ui-scroll-area__thumb"> </div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="composer-pane-controls-feedback">
<div>
<div class="group">
<div>
<div class="anysphere-icon-button bg- border-none text- flex w-4 items-center justify-center  "> </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="composer-human-ai-pair-container">
<div data-flat-index="167">
<div id="bubble-a3388deb2ae2" class="relative composer-rendered-message hide-if-empty composer-message-blur composer-sticky-human-message composer-sticky-plan-block" data-message-index="167" data-message-id="2615b385-b0d9-4a9b-8408-a3388deb2ae2" data-message-role="human" data-message-kind="human">
<div class="">
<div class="human-message-with-todos-wrapper">
<div class="composer-human-message-container human-execution-message-top">
<div>
<div class="composer-human-message    ">
<div class="py-1.5 px-2 box-border w-full flex flex-col gap-1.5">
<div class="flex w-full box-border gap-2.5 justify-between items-center">
<div class="min-w-0 h-min">
<div>
<div class="aislash-editor-input-readonly" data-lexical-editor="true">- Also a few very minor UI alterations mostly with dashboard.</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>]]></content:encoded>
						                            <category domain="https://getwhiskeyriver.com/community/"></category>                        <dc:creator>Stevo</dc:creator>
                        <guid isPermaLink="true">https://getwhiskeyriver.com/community/releases-updates/update-notes-1-1-01-29-stable/</guid>
                    </item>
				                    <item>
                        <title>Update Notes - 1.0.27-rc3-mucker</title>
                        <link>https://getwhiskeyriver.com/community/releases-updates/update-notes-1-0-27-rc3-mucker/</link>
                        <pubDate>Wed, 18 Mar 2026 15:09:45 +0000</pubDate>
                        <description><![CDATA[Android Auto UI fixes (play all, no podcast audio) v0.2
Changed config location of toursync background svc
Cover Art pager (preload) fix for shared playlists
Freeze fix when either loadin...]]></description>
                        <content:encoded><![CDATA[<p>Android Auto UI fixes (play all, no podcast audio) v0.2</p>
<p>Changed config location of toursync background svc</p>
<p>Cover Art pager (preload) fix for shared playlists</p>
<p>Freeze fix when either loading/playing a broken shared playlist OR a broken imported playlist</p>
<p>Fix for cover art for shared Playlist </p>]]></content:encoded>
						                            <category domain="https://getwhiskeyriver.com/community/"></category>                        <dc:creator>Stevo</dc:creator>
                        <guid isPermaLink="true">https://getwhiskeyriver.com/community/releases-updates/update-notes-1-0-27-rc3-mucker/</guid>
                    </item>
				                    <item>
                        <title>Gapless playback?</title>
                        <link>https://getwhiskeyriver.com/community/new-features/gapless-playback/</link>
                        <pubDate>Wed, 18 Mar 2026 00:25:31 +0000</pubDate>
                        <description><![CDATA[I really hope gapless playback will be apart of this.  Also a way to toggle never convert audio play original something to that extent.  I have way too much music that needs gapless or cross...]]></description>
                        <content:encoded><![CDATA[<p>I really hope gapless playback will be apart of this.  Also a way to toggle never convert audio play original something to that extent.  I have way too much music that needs gapless or crossfade playback </p>]]></content:encoded>
						                            <category domain="https://getwhiskeyriver.com/community/"></category>                        <dc:creator>Phish1980s</dc:creator>
                        <guid isPermaLink="true">https://getwhiskeyriver.com/community/new-features/gapless-playback/</guid>
                    </item>
				                    <item>
                        <title>Update Notes - 1.0.26-rc2-lucky</title>
                        <link>https://getwhiskeyriver.com/community/releases-updates/update-notes-1-0-26-rc2-lucky/</link>
                        <pubDate>Tue, 17 Mar 2026 16:42:38 +0000</pubDate>
                        <description><![CDATA[Android Auto unleashed!!!   v0.1-rc1-(grain-of-salt)]]></description>
                        <content:encoded><![CDATA[<p>Android Auto unleashed!!!   v0.1-rc1-(grain-of-salt)</p>]]></content:encoded>
						                            <category domain="https://getwhiskeyriver.com/community/"></category>                        <dc:creator>Stevo</dc:creator>
                        <guid isPermaLink="true">https://getwhiskeyriver.com/community/releases-updates/update-notes-1-0-26-rc2-lucky/</guid>
                    </item>
				                    <item>
                        <title>Update Notes - 1.0.25-rc2-lucky</title>
                        <link>https://getwhiskeyriver.com/community/releases-updates/update-notes-1-0-25-rc2-lucky/</link>
                        <pubDate>Sat, 14 Mar 2026 17:00:43 +0000</pubDate>
                        <description><![CDATA[Download from dashboard fixed — album tiles in Recent Imports (and similar enriched sections) were being misread as single tracks, causing &quot;1 of 1&quot; downloads. Fixed by using duration as the ...]]></description>
                        <content:encoded><![CDATA[<section id="markdown-section-2828a628-c4bb-43ce-b830-c629271ad1a9-1" class="markdown-section" data-markdown-raw="

1. **Download from dashboard fixed** — album tiles in Recent Imports (and similar enriched sections) were being misread as single tracks, causing &quot;1 of 1&quot; downloads. Fixed by using &#096;duration&#096; as the sole track detector." data-section-index="1">
<ol>
<li value="1" data-indent="0"><span class="markdown-bold-text"><span>Download from dashboard fixed</span></span><span> — album tiles in Recent Imports (and similar enriched sections) were being misread as single tracks, causing "1 of 1" downloads. Fixed by using </span><span class="markdown-inline-code leading-"><span>duration</span></span><span> as the sole track detector.</span></li>
</ol>
</section>
<section id="markdown-section-2828a628-c4bb-43ce-b830-c629271ad1a9-2" class="markdown-section" data-markdown-raw="

2. **Download cancel button** — added a red Cancel button to the download progress dialog that stops queuing new files mid-batch." data-section-index="2">
<ol>
<li value="2" data-indent="0"><span class="markdown-bold-text"><span>Download cancel button</span></span><span> — added a red Cancel button to the download progress dialog that stops queuing new files mid-batch.</span></li>
</ol>
</section>
<section id="markdown-section-2828a628-c4bb-43ce-b830-c629271ad1a9-3" class="markdown-section" data-markdown-raw="

3. **Auto-import after download** — local library now runs a quick scan every time its dashboard loads, so newly downloaded files appear without needing a manual refresh." data-section-index="3">
<ol>
<li value="3" data-indent="0"><span class="markdown-bold-text"><span>Auto-import after download</span></span><span> — local library now runs a quick scan every time its dashboard loads, so newly downloaded files appear without needing a manual refresh.</span></li>
</ol>
</section>
<section id="markdown-section-2828a628-c4bb-43ce-b830-c629271ad1a9-4" class="markdown-section" data-markdown-raw="

4. **Shared album tiles** — fixed two issues: cover art now falls back to Deezer when the JRiver Browse/Image URL goes stale, and clicking re-resolves a fresh Browse ID from the server using the stored artist/album names instead of relying on the potentially stale stored ID." data-section-index="4">
<ol>
<li value="4" data-indent="0"><span class="markdown-bold-text"><span>Shared album tiles</span></span><span> — fixed two issues: cover art now falls back to new 3rd party source when the JRiver Browse/Image URL goes stale, and clicking re-resolves a fresh Browse ID from the server using the stored artist/album names instead of relying on the potentially stale stored ID.</span></li>
</ol>
</section>]]></content:encoded>
						                            <category domain="https://getwhiskeyriver.com/community/"></category>                        <dc:creator>Stevo</dc:creator>
                        <guid isPermaLink="true">https://getwhiskeyriver.com/community/releases-updates/update-notes-1-0-25-rc2-lucky/</guid>
                    </item>
				                    <item>
                        <title>Minor Label Change Request on Play popup</title>
                        <link>https://getwhiskeyriver.com/community/bugs/minor-label-change-request-on-play-popup/</link>
                        <pubDate>Thu, 12 Mar 2026 18:37:40 +0000</pubDate>
                        <description><![CDATA[When I click on the &quot;play to&quot; device at top left, it opens a small popup Window to let me switch between playing on device or server. I Think that if &quot;Device&quot; is showing as the playback poin...]]></description>
                        <content:encoded><![CDATA[<p>When I click on the "play to" device at top left, it opens a small popup Window to let me switch between playing on device or server. I Think that if "Device" is showing as the playback point on the dashboard, the small popup screen should show "Audio currently plays on this device but the Toggle Switch label should show "Play to this Server". When "Server" is the playback point on the dashboard,  the small popup screen should show "Audio currently playing on this server" but the toggle switch label should show "Play to this Device". I'd put the toggle line below the advisory too but..<br /><br />No biggie but did want to mention it from my new user perspective.</p>
<div id="wpfa-5846" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//getwhiskeyriver.com/wp-content/uploads/wpforo/default_attachments/1773340660-Screenshot_20260306-121808_Trebuchet.png" target="_blank" title="Screenshot_20260306-121808_Trebuchet.png"><i class="fas fa-paperclip"></i>&nbsp;Screenshot_20260306-121808_Trebuchet.png</a></div>]]></content:encoded>
						                            <category domain="https://getwhiskeyriver.com/community/"></category>                        <dc:creator>craigmcg1965</dc:creator>
                        <guid isPermaLink="true">https://getwhiskeyriver.com/community/bugs/minor-label-change-request-on-play-popup/</guid>
                    </item>
				                    <item>
                        <title>Update Notes - 1.0.24-rc2-lucky</title>
                        <link>https://getwhiskeyriver.com/community/releases-updates/update-notes-1-0-24-rc2-lucky/</link>
                        <pubDate>Sat, 07 Mar 2026 00:50:15 +0000</pubDate>
                        <description><![CDATA[Fixes/Changes
Lots of performance changes on start (moving things off main thread, new coroutines, dispatches, etc)
Album art scan fixes (local library)
PLay on Server rework - (Puts all ...]]></description>
                        <content:encoded><![CDATA[<p>Fixes/Changes</p>
<p>Lots of performance changes on start (moving things off main thread, new coroutines, dispatches, etc)</p>
<p><span>Album art scan fixes (local library)</span></p>
<p>PLay on Server rework - (Puts all work on server, device is just controller)</p>
<p>Increased scope for adding items to playlists</p>
<p>Additional Social Username requirements (renewing, sharing)</p>
<p>&nbsp;</p>]]></content:encoded>
						                            <category domain="https://getwhiskeyriver.com/community/"></category>                        <dc:creator>Stevo</dc:creator>
                        <guid isPermaLink="true">https://getwhiskeyriver.com/community/releases-updates/update-notes-1-0-24-rc2-lucky/</guid>
                    </item>
				                    <item>
                        <title>Unable to Add all songs by an Artist to a playlist in Local Library</title>
                        <link>https://getwhiskeyriver.com/community/bugs/unable-to-add-all-songs-by-an-artist-to-a-playlist-in-local-library/</link>
                        <pubDate>Fri, 06 Mar 2026 16:25:45 +0000</pubDate>
                        <description><![CDATA[On build 1.0.23-rc2-lucky on my S7 on LineageOS 21 (Android 15) I&#039;m unable to actually add all songs by an artist to a playlist even though it looks like it did until you check the playlist ...]]></description>
                        <content:encoded><![CDATA[<p>On build 1.0.23-rc2-lucky on my S7 on LineageOS 21 (Android 15) I'm unable to actually add all songs by an artist to a playlist even though it looks like it did until you check the playlist whether previously created or created on the Add to playlist popup screen.  When I check either playlist each one says no tracks.</p>
<div id="wpfa-5844" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//getwhiskeyriver.com/wp-content/uploads/wpforo/default_attachments/1772814369-Screenshot_20260306-121818_Trebuchet.png" target="_blank" title="Screenshot_20260306-121818_Trebuchet.png"><i class="fas fa-paperclip"></i>&nbsp;Screenshot_20260306-121818_Trebuchet.png</a></div>]]></content:encoded>
						                            <category domain="https://getwhiskeyriver.com/community/"></category>                        <dc:creator>craigmcg1965</dc:creator>
                        <guid isPermaLink="true">https://getwhiskeyriver.com/community/bugs/unable-to-add-all-songs-by-an-artist-to-a-playlist-in-local-library/</guid>
                    </item>
							        </channel>
        </rss>
		