<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>187692</bug_id>
          
          <creation_ts>2009-03-20 11:00:23 +0000</creation_ts>
          <short_desc>Ability to share and access remote collections</short_desc>
          <delta_ts>2013-02-19 12:32:32 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>2</classification_id>
          <classification>Applications</classification>
          <product>amarok</product>
          <component>Collections/Local</component>
          <version>unspecified</version>
          <rep_platform>Ubuntu</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>wishlist</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="karaluh">karaluh</reporter>
          <assigned_to name="Amarok Bugs">amarok-bugs-null</assigned_to>
          <cc>nhn</cc>
    
    <cc>pndiku</cc>
    
    <cc>ralf-engels</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>9</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>732931</commentid>
    <comment_count>0</comment_count>
    <who name="karaluh">karaluh</who>
    <bug_when>2009-03-20 11:00:23 +0000</bug_when>
    <thetext>Version:            (using KDE 4.2.0)
OS:                Linux
Installed from:    Ubuntu Packages

I listen to music at work and at home. To fully rediscover it :) I need access to my home collection from work, so all the meta information (play count, ratings, tags, labels etc.) can be managed and stored remotely.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>734009</commentid>
    <comment_count>1</comment_count>
    <who name="Nikolaj Hald Nielsen">nhn</who>
    <bug_when>2009-03-23 19:50:32 +0000</bug_when>
    <thetext>Its not perfect in that it does not support playcount and statistics, but you could have a look at this: http://kde-apps.org/content/show.php/Amparok?content=98913 It basically allows you to make Amarok appear to be an Ampache server exporting its collection using the Ampache REST API. This allows you to use the Ampache service in another Amarok to connect to it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>881373</commentid>
    <comment_count>2</comment_count>
    <who name="karaluh">karaluh</who>
    <bug_when>2009-12-17 13:56:41 +0000</bug_when>
    <thetext>Thank you for the suggestion. There are several other ways to share music over internet. The playcount, ratings, last played, labels and other meta data is what I realy want to access and modify.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1093007</commentid>
    <comment_count>3</comment_count>
    <who name="Peter C. Ndikuwera">pndiku</who>
    <bug_when>2011-03-03 16:17:52 +0000</bug_when>
    <thetext>See the commit below. Maybe if you use NFS to export your home collection to work it will achieve what you want?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1093011</commentid>
    <comment_count>4</comment_count>
    <who name="Peter C. Ndikuwera">pndiku</who>
    <bug_when>2011-03-03 16:23:57 +0000</bug_when>
    <thetext>Git commit d57eedc5563b3950446257f09d439aaa3b8c21ee by Peter C. Ndikuwera.
Committed on 03/03/2011 at 16:01.
Pushed by pndiku into branch &apos;master&apos;.

Fix NFS &amp; SMB/CIFS Remote collection

BUG: 249760
CCBUG: 232976
CCBUG: 171213
CCBUG: 187692

Using Max&apos;s Mass Storage Device code as a guide, this commit returns
network-based collections, shared over NFS &amp; SMB/CIFS to the dynamic
collection architecture.

This should re-validate http://amarok.kde.org/wiki/Dynamic_Collection,
which some people have complained to longer applies.

Test it &amp; break it!

M  +3    -3    src/core-impl/collections/db/sql/MountPointManager.cpp     
M  +2    -2    src/core-impl/collections/db/sql/device/CMakeLists.txt     
M  +14   -6    src/core-impl/collections/db/sql/device/nfs/CMakeLists.txt     
M  +77   -30   src/core-impl/collections/db/sql/device/nfs/NfsDeviceHandler.cpp     
M  +12   -8    src/core-impl/collections/db/sql/device/nfs/NfsDeviceHandler.h     
M  +14   -6    src/core-impl/collections/db/sql/device/smb/CMakeLists.txt     
M  +76   -32   src/core-impl/collections/db/sql/device/smb/SmbDeviceHandler.cpp     
M  +11   -7    src/core-impl/collections/db/sql/device/smb/SmbDeviceHandler.h     

http://commits.kde.org/amarok/d57eedc5563b3950446257f09d439aaa3b8c21ee</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1093214</commentid>
    <comment_count>5</comment_count>
    <who name="karaluh">karaluh</who>
    <bug_when>2011-03-04 08:20:06 +0000</bug_when>
    <thetext>Not exactly. I still wouldn&apos;t be able to share ratings and playcount. However, since Amarok has the ability to save statistics in the file it might work, I&apos;ll give it a shot.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1226489</commentid>
    <comment_count>6</comment_count>
    <who name="Myriam Schweingruber">myriam</who>
    <bug_when>2012-02-13 16:27:02 +0000</bug_when>
    <thetext>Any feedback on this? Storing statistics to file should solve the problem AFAIK</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1226750</commentid>
    <comment_count>7</comment_count>
    <who name="karaluh">karaluh</who>
    <bug_when>2012-02-14 07:06:23 +0000</bug_when>
    <thetext>Last time I checked saving statistics to file was very buggy. I plan to retest soon.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1343298</commentid>
    <comment_count>8</comment_count>
    <who name="Myriam Schweingruber">myriam</who>
    <bug_when>2013-02-19 12:32:32 +0000</bug_when>
    <thetext>This is solved since quite some time.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>