INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: JRiver MCWS Search single strange result  (Read 878 times)

max096

  • MC Beta Team
  • Galactic Citizen
  • *****
  • Posts: 358
JRiver MCWS Search single strange result
« on: June 30, 2019, 01:08:22 pm »

Calling the Search function of JRiver ("ip:52199/MCWS/v1/Files/Search?Action=mpl&ActiveFile=-1&Zone=-1&ZoneType=ID") to retrieve all files and their IDs get's me this entry

Code: [Select]
  <Item>
    <Field Name="Key">5849</Field>
    <Field Name="Filename">m01p://192.168.1.111:52199/MCWS/v1/File/GetFile?File=5848&amp;conversion=4&amp;playback=2</Field>
    <Field Name="Comment">Converting with JRiver</Field>
    <Field Name="Bitrate">320</Field>
    <Field Name="Duration">0</Field>
    <Field Name="Bookmark">28190</Field>
    <Field Name="Last Played">1542206322</Field>
    <Field Name="Number Plays">2</Field>
    <Field Name="File Type">mp3</Field>
    <Field Name="Date Tagged">1560046213</Field>
    <Field Name="Date Last Opened">1542206273</Field>
    <Field Name="Compression">CBR (MPEG-1 Layer 3)</Field>
  </Item>

Now, this does not seem to be the case with any other libraries other than my Main library. It gives me this entry alongside 2441 with the expected data for a file, kinda like

Code: [Select]
<Item>
    <Field Name="Key">12869</Field>
    <Field Name="Filename">/data/music/Da Tweekaz/1 - Da Tweekaz  - Celebration Of Sin (Freaqshow Anthem 2014).flac</Field>
    <Field Name="Name">Celebration Of Sin (Freaqshow Anthem 2014)</Field>
    <Field Name="Artist">Da Tweekaz</Field>
    <Field Name="Album">Celebration Of Sin (Freaqshow Anthem 2014)</Field>
    <Field Name="Genre">Hard Dance; Hardstyle</Field>
    <Field Name="Date (readable)">12/12/14</Field>
    <Field Name="Date">41985</Field>
    <Field Name="Bitrate">1053</Field>
    <Field Name="Image File">INTERNAL</Field>
    <Field Name="Duration">367.9102493999999978</Field>
    <Field Name="Track #">1</Field>
    <Field Name="Media Type">Audio</Field>
    <Field Name="Bookmark">289505</Field>
    <Field Name="Date Imported">1561913035</Field>
    <Field Name="Last Played">1561915772</Field>
    <Field Name="Number Plays">1</Field>
    <Field Name="File Type">flac</Field>
    <Field Name="File Size">48570481</Field>
    <Field Name="Date Created">1561913030</Field>
    <Field Name="Date Modified">1561912512</Field>
    <Field Name="Date Tagged">1561915483</Field>
    <Field Name="Date Last Opened">1561915483</Field>
    <Field Name="Compression">FLAC</Field>
    <Field Name="Sample Rate">44100</Field>
    <Field Name="Channels">2</Field>
    <Field Name="Bit Depth">16</Field>
    <Field Name="Zone Last Opened">Player</Field>
  </Item>

All other test libraries (don't really have a second actual library) only give me entries with data I'd expect.
Wondering if that entry is an error or an expected behavior and what is it for? The entry is from sometime in 2018 when I still was on JRiver 24. I did the library backup without transferring any settings and this entry also got transferred.

it seems to have something to do with converting files to 320kbit mp3's. But it's strange that a function call of sorts gets returned when searching for actual files. And I cannot call it, because m01p:// isn't exactly something I can type into a browser. No idea how to find it otherwise and MCWS GetFile tells me that the file 5849 does not exist.

Ofc, nothing is easier that just ignore it (files without a name). But that still leaves me wondering why it's there in the first place?
Logged
Pages: [1]   Go Up