Asset UPnP for QNAP
Collapse
This topic is closed.
X
X
-
Re: Asset UPnP for QNAP
Setting the radio to be streamed as LPCM does not work (using kinsky)
the error message is
PlayNow about to insert 1 item into playlist
No supported formats found for 538 (Hilversum) [96kbps]
Supported formats are http-get:*:audio/x-flac:*,http-get:*:audio/wav:*,http-get:*:audio/wave:*,http-get:*:audio/x-wav:*,http-get:*:audio/mpeg:*,http-get:*:audio/x-mpeg:*,http-get:*:audio/mp1:*,http-get:*:audio/aiff:*,http-get:*:audio/x-aiff:*,http-get:*:audio/x-m4a:*,http-get:*:audio/x-ms-wma:*,rtsp-rtp-udp:*:audio/x-ms-wma:*,http-get:*:audio/x-scpls:*,http-get:*:audio/x-mpegurl:*,http-get:*:audio/x-ms-asf:*,http-get:*:audio/x-ms-wax:*,http-get:*:audio/x-ms-wvx:*,http-get:*:video/x-ms-asf:*,http-get:*:video/x-ms-wax:*,http-get:*:video/x-ms-wvx:*,http-get:*:text/xml:*,http-get:*:audio/aac:*,http-get:*:audio/aacp:*,http-get:*:audio/mp4:*,http-get:*:audio/ogg:*,http-get:*:audio/x-ogg:*,http-get:*:application/ogg:*, item supports http-get:*:audio/L16:DLNA.ORG_PN=LPCM;DLNA.ORG_OP=01;DLNA.ORG_CI=1
No even an hourglass shows up, radio station is not added to the list
When using Wav, station is added to the list, hourglass for 10s but no music
Using asset control it does not work either, when selecting lpcm, there is a red circle around the radio stations and i am unable to add.
put the setting back to 'as is' and will try various radio stations.
MichelComment
-
Comment
-
Re: Asset UPnP for QNAP
Hi Spoon
I have tried to install and configure Asset on my QNAP 419.
I went to the configuration page, typed in my NAS address and restarted it ... and I'm still waiting for it to register all my albums. When I use N-Stream it shows no albums.
What have I done wrong?Comment
-
Comment
-
Re: Asset UPnP for QNAP
On the configuration page, you should not have to type your nas address in the library section, rather it should have listed a location already?Comment
-
Re: Asset UPnP for QNAP
Hi,
I am using a TS-121, installed Asset 8_0.1. Tagging with mp3tag.
1. problem
I tagged my files with album artists like 'beatles, the' or 'chemical brothers, the' and I want to get them sorted this way.
In the configuration page I chose for ''The' Artist & Album Handling' -> 'Leave as is' but the album artists are sorted like 'the beatles', 'the bee gees', 'the chemical brothers' and so on.
What's wrong here?
2. problem
In Kinsky a lot of album artists are shown with wrong cover. Most of the shown covers are from compiltions in which the album artist is represented with one track.
Thanx for help.Comment
-
Re: Asset UPnP for QNAP
Update 10th January
- Removed support for serving resized album art images on ARM machines
- Fixed "forced rescan period" option not being shown.
- Scanning no longer recurses into hidden folders (dot-prefixed, .folder).
- Greatly reduced CPU & RAM usage when refreshing large librarires
- Faster response to user requested library refresh
- Removed unnecessary full library rescan in certain configuration change scenarios.
- Improved internet radio compatibility.
- Improved application stability.Comment
-
Re: Asset UPnP for QNAP
@Karl,
Asset will always unify the displayed value as 'The xxxx', however it sorts based on the rules, so 'The Beatles' would appear under Artist >> [b]
2: asset uses whatever it can find first for an artist, if you put your compilation albums in a folder which is scanned last they will be just used to fill missing.
3: should be fixed by new releaseComment
-
Re: Asset UPnP for QNAP
[ also relevant to anyone else having the same problem - configuration page entirely inaccessible ]
1. *DISABLE* the Asset app to make sure it's not running, using QNAP App Center.
2. Please log in to your QNAP unit using SSH.
3. Navigate to your Asset QPKG installation directory.
Example:
cd /share/HDA_DATA/.qpkg/Test9/bin
Exact path may vary depending on your QNAP model (the "HDA_DATA" part - some configurations use "MD0_DATA" instead) and Asset version (the "Test9" part) installed.
4. Run Asset manually
./AssetUPnP
If it fails to start up, it ought to show some useful information bits there.
Please post what exactly the console says after starting Asset.
In order to quit the running Asset process you've started, press Ctrl+C.Comment
-
Re: Asset UPnP for QNAP
[/share/MD0_DATA/.qpkg/Test9/bin] * ./AssetUPnP
Asset UPnP startup...
Version: R4.2 Beta
Functionality: Trial 30 Days Remaining
Supported formats: .wav .bwf .m4a .mp4 .m4b .ogg .oga .mp3 .mp2 .m2a .mpga .mpa .mpx .mpg .mp1 .mpeg .mpc .mpp .mp+ .flac .aif .aiff .aifc .w64 .wv
Restarting Config
Restarting Asset
Restarting Config
Restarting Asset
Restarting Config
Restarting Asset
Restarting Config
Restarting Asset
Restarting Config
Restarting Asset
Restarting Config
Restarting Asset
Restarting Config
Restarting Asset
Restarting Config
and this continue indefinitively....
Hope this help !Comment
-
Re: Asset UPnP for QNAP
with v9, I can confirm it is better but I am still getting drops in streaming for a split second when rescans happen.
CPU/Ram are sitting very low so no obvious issues there.
When the "brief pause" happens the following occours;
===========ProcessFileRequest================
=============================================
Content Range: 0 to -1
SELECT * FROM t_artist;
SELECT * FROM t_album;
SELECT * FROM t_genre;
SELECT * FROM t_conductor;
SELECT * FROM t_soloists;
SELECT * FROM t_orchestra;
SELECT * FROM t_chorus;
SELECT * FROM t_instrument;
SELECT * FROM t_period;
SELECT * FROM t_style;
Serving File as is: /share/Music/Karl/Mark Knopfler/Privateering/04 - Privateering.flac
Serve Entity Set to: audio/x-flac
SELECT * FROM t_artist;
SELECT * FROM t_album;
SELECT * FROM t_genre;
SELECT * FROM t_conductor;
SELECT * FROM t_soloists;
SELECT * FROM t_orchestra;
SELECT * FROM t_chorus;
SELECT * FROM t_instrument;
SELECT * FROM t_period;
SELECT * FROM t_style;
BEGIN TRANSACTION;
UPDATE uMediaTable SET PlayCount=PlayCount+1 WHERE (FileNameIDX=1297);
SQL ERROR: database is locked
SQL Cmd: UPDATE uMediaTable SET PlayCount=PlayCount+1 WHERE (FileNameIDX=1297);
COMMIT;Last edited by kg648; February 11, 2014, 07:25 AM.Comment
-
Re: Asset UPnP for QNAP
Sadly, I still get the same issue with v9, CPU/RAM look very low <20%/
After the initial serving of the file I see the following when the "brief pause" happens - again at this time the rescan is happening.
After the brief 1-2 second pause the track appears streaming from where it stopped.
Serve Entity Set to: audio/x-flac
SELECT * FROM t_artist;
SELECT * FROM t_album;
SELECT * FROM t_genre;
SELECT * FROM t_conductor;
SELECT * FROM t_soloists;
SELECT * FROM t_orchestra;
SELECT * FROM t_chorus;
SELECT * FROM t_instrument;
SELECT * FROM t_period;
SELECT * FROM t_style;
BEGIN TRANSACTION;
UPDATE uMediaTable SET PlayCount=PlayCount+1 WHERE (FileNameIDX=1297);
SQL ERROR: database is locked
SQL Cmd: UPDATE uMediaTable SET PlayCount=PlayCount+1 WHERE (FileNameIDX=1297);
COMMIT;Last edited by kg648; February 11, 2014, 07:29 AM.Comment
Comment