Embodiments of the invention are generally directed toward sorting file collections, and in particular, partially sorting a file collection on a host.
Many mobile devices available today are capable of playing music, video, and other content. This content is frequently synchronized with another data processing system, such as a desktop computer. In current embodiments, after the synchronized content is available on the mobile device, the device itself is responsible for sorting the content so it can be presented to the user. Sorting the large amounts of content that can be stored on today's mobile devices is expensive, in that the mobile device is generally locked and unusable by the user while the sorting occurs and expensive in that it consumes battery power. Generating sort keys for the content prior to performing the sort is especially expensive.
A host device transfers client data from a client device to the host device. The host device generates sort keys for host data that includes the client data. The host device sorts the host data using the sort keys and transfers the sorted host data to the client device. The client data and host data may include music, video, or other content. In one embodiment, the roles, in a method performed as described herein, of the client and host can be interchangeable.
The present invention is illustrated by way of example and not limitation in the figures of the accompanying drawings in which like references indicate similar elements.
Various embodiments and aspects of the inventions will be described with reference to details discussed below, and the accompanying drawings will illustrate the various embodiments. The following description and drawings are illustrative of the invention and are not to be construed as limiting the invention. Numerous specific details are described to provide a thorough understanding of various embodiments of the present invention. However, in certain instances, well-known or conventional details are not described in order to provide a concise discussion of embodiments of the present inventions.
Mobile devices (e.g., iPhone, etc.) are generally synchronized with at least one other data processing system such as a desktop computer. Content (e.g., music, video, etc.) is synchronized between the mobile device and the other system. In order to present this content to a user of the mobile device in a structured fashion, the content needs to be sorted. This operation can be expensive in terms of processor and battery consumption, and generally requires that the mobile device be put in a state in which the mobile device (or the content) is unavailable to a user.
In one embodiment of the invention, a partial or complete sort of the synchronized content is performed on the host system and is transferred to the mobile device as part of the synchronization operation. In many cases, the host system is a desktop computer, which tend to be significantly more powerful than mobile devices and generally are not powered by an exhaustible (e.g., battery) power source. These characteristics make the host system more suitable to perform an expensive operation, such as a content sort. In one embodiment, the most expensive part of a content sort is generating sorts keys prior to performing the sort itself. In this embodiment, the sort may be performed by the host or the device, while the host generates the sort keys.
At time t2, the sync operation ends and the host sends the sorted data collection and the sort keys back to the device. At time t3, the device receives some or all of the sorted data collection. At this point, the device can be used by a user. In addition, the content in the data collection (e.g., songs) is available in a sorted fashion to the user (e.g., list by artist, song, etc.).
In one embodiment, the data collection or sort keys may require some modification by the device. For example, the device may use a different locale or language than the host. However, since the content is already sorted, the modifications can be performed in the background on the device, or even delayed until a more opportune time (e.g., the device is plugged in to A/C power; the device is locked and/or not being used).
In one embodiment, performing a partial sort by the host is coordinated by two methods: one on the host and one on the device.
At block 301, the host-side method causes the host to pull changes from the device and to begin processing a synchronized data collection on the host. In other words, the host examines the changes from the device's data collection and the changes in the host's data collection and merges them into a synchronized data collection and resolves conflicts between the two data collections as is known in the art.
At block 303, the host-side method receives pre-processing commands from the device. For example, the device may request that the host perform a sort of the data collection according to a particular language or locale.
At block 305, the host-side method generates sort keys, which may be unique binary blobs assigned to each string present in the data collection. Strings may include artist name, song name, album name, etc. In one embodiment, the International Components for Unicode (ICU) system may be used to generate localized sort keys.
At block 307, the host-side method sorts the data collection using the sort keys as is known in the art. In one embodiment, the host-side method may also assign integer values to the sorted data collection to simplify importing new content (e.g., songs) into the data collection. Assigning integer values is described below in conjunction with
At block 309, the host-side method pushes the sorted data collection and the sort keys to the device. In one embodiment, this occurs at the end of a synchronization session between the host and the device.
Turning now to
At block 315, the device-side method receives a sorted data collection and a set of sort keys. These inputs may be received from the host-side method illustrated in
At block 317, the device-side method uses the sorted data collection to present content to the user. For example, the user of a mobile device may request a sorted list of songs stored on the device. The list would be sorted according to the sorted data collection received at block 315. In this embodiment, the device becomes useable by the user after the synchronization session is complete. That is, rather than locking the device until the device can sort the synchronized data collection, the device is immediately usable by virtue of the sorted data collection. The user may play back content selected from the sorted data collection. In one embodiment, the device becomes usable before each item in the data collection has been received. In this embodiment, the user is notified if a selected item has not been fully downloaded. The item may be prioritized for earlier download in response to the user selection.
At block 319, the device-side method determines whether the device needs to re-create the sort keys received from the host or re-sort the data collection. In one embodiment, the device uses a language or locale unavailable to the host. For example, the device may use a first version of the International Components for Unicode and the host may use a different version. This may result in sort keys received from the host that differ from the sort keys that would be generated by the device for the same string. However, the overall order of the strings may change rarely.
At block 321, the device-side method re-creates sort keys and/or re-sorts the data collection. In one embodiment, these tasks are performed in a background process while the content is available to the user using the sorted data collection received at block 315. These tasks may also be delayed until the user is not using the device in order to reduce competition for processor and memory resources. The tasks may also be delayed until the device is connected to a non-battery power source to reduce battery drain.
In one embodiment, the sorted data collection is enhanced by adding an order number which is easier to sort and maintain than the sort keys, which can be quite large. In this embodiment, the host generates sort keys for the synchronized data collection sorts the data collection using the sort keys. The host then adds order numbers to each entry in the data collection. These order numbers are generated such that there are some number of integers available between each order number to facilitate subsequent importing of strings into the data collection. Order numbers and importation of strings is described in greater detail below in conjunction with
At block 417, the method finds the midpoint of the order numbers of the two other strings, which in the case of
At block 419, the method determines if an integer exists between the two order numbers, and assigns the integer to the new string and may generate a sort key for the string. In
At block 421, if the method determines that there is no integer between the two strings, both strings are removed and all three strings are re-inserted into the data collection. In one embodiment, the re-insert is performed recursively as is known in the art.
As shown in
The mass storage 611 is typically a magnetic hard drive or a magnetic optical drive or an optical drive or a DVD RAM or a flash memory or other types of memory systems which maintain data (e.g., large amounts of data) even after power is removed from the system. Typically, the mass storage 611 will also be a random access memory although this is not required. Mass storage 611 may also take the form of flash memory or other solid-state storage. While
A display controller and display device 707 provide a visual user interface for the user; this digital interface may include a graphical user interface which is similar to that shown on a Macintosh computer when running OS X operating system software. The system 700 also includes one or more wireless transceivers 703. A wireless transceiver may be a WiFi transceiver, an infrared transceiver, a Bluetooth transceiver, and/or a wireless cellular telephony transceiver. It will be appreciated that additional components, not shown, may also be part of the system 700 in certain embodiments, and in certain embodiments fewer components than shown in
The data processing system 700 also includes one or more input devices 713 which are provided to allow a user to provide input to the system. These input devices may be a keypad or a keyboard or a touch panel or a multi touch panel. The data processing system 700 also includes an optional input/output device 715 which may be a connector for a dock. It will be appreciated that one or more buses, not shown, may be used to interconnect the various components as is well known in the art. The data processing system shown in
In the foregoing specification, performing a partial sort of a data collection on a host has been described with reference to exemplary embodiments thereof. It will be evident that various modifications may be made thereto without departing from the broader spirit and scope of the invention as set forth in the following claims. The specification and drawings are, accordingly, to be regarded in an illustrative sense rather than a restrictive sense.
This application claims priority to co-pending U.S. Provisional Patent Application No. 61/493,382, filed on Jun. 3, 2011.
Number | Name | Date | Kind |
---|---|---|---|
6728729 | Jawa et al. | Apr 2004 | B1 |
7133924 | Rosenberg et al. | Nov 2006 | B1 |
7299304 | Saint-Hilaire et al. | Nov 2007 | B2 |
7475078 | Kiilerich et al. | Jan 2009 | B2 |
7647346 | Silverman et al. | Jan 2010 | B2 |
7752186 | Abajian | Jul 2010 | B2 |
7765326 | Robbin et al. | Jul 2010 | B2 |
7881656 | Khedouri et al. | Feb 2011 | B2 |
8176043 | Iwasa et al. | May 2012 | B2 |
8495129 | Wolman et al. | Jul 2013 | B2 |
20020129693 | Wilks | Sep 2002 | A1 |
20020173273 | Spurgat et al. | Nov 2002 | A1 |
20020174269 | Spurgat et al. | Nov 2002 | A1 |
20030030733 | Seaman et al. | Feb 2003 | A1 |
20030037124 | Yamaura et al. | Feb 2003 | A1 |
20030041328 | Khoo et al. | Feb 2003 | A1 |
20030079038 | Robbin et al. | Apr 2003 | A1 |
20030126130 | Martino et al. | Jul 2003 | A1 |
20040133924 | Wilkins et al. | Jul 2004 | A1 |
20050034164 | Sano et al. | Feb 2005 | A1 |
20060227632 | Koyama | Oct 2006 | A1 |
20060235846 | Murray | Oct 2006 | A1 |
20070038610 | Omoigui | Feb 2007 | A1 |
20070147826 | Matsuzaki et al. | Jun 2007 | A1 |
20080168185 | Robbin et al. | Jul 2008 | A1 |
20090059512 | Lydon et al. | Mar 2009 | A1 |
20090060225 | Lydon et al. | Mar 2009 | A1 |
20090062947 | Lydon et al. | Mar 2009 | A1 |
20090164701 | Murray et al. | Jun 2009 | A1 |
20090171891 | Nochimoski et al. | Jul 2009 | A1 |
20100030908 | Courtemanche et al. | Feb 2010 | A1 |
20100287308 | Robbin et al. | Nov 2010 | A1 |
20110158610 | Paul et al. | Jun 2011 | A1 |
20110167092 | Subramaniam et al. | Jul 2011 | A1 |
20110252118 | Pantos et al. | Oct 2011 | A1 |
Number | Date | Country |
---|---|---|
2 096 558 | Sep 2009 | EP |
Entry |
---|
“Design, Implementation, and Analysis of a Multimedia Indexing and Delivery Server” by Leonidas Kontothanassis, Chris Joerg, Michael J. Swain, Brian Eberman, and Robert A. Iannucci, Cambridge Research Laboratory, Technical Report Series, Aug. 1999. |
“An iTunes for Windows control script in Perl” byJay McGavren, Mar. 28, 2007, downloaded from http://code.google.com/p/itunes-perl/wiki/Usage. |
Satyanarayanan M: “Pervasive Computing: Vision and Challenges”, IEEE Personal Communications, IEEE Communications Society, US, Aug. 1, 2001, pp. 10-17, vol. 8, No. 4. |
Rajesh Balan et al: “The case for cyber foraging”, Proceedings of the 10th Workshop on ACM SIGOPS European Workshop: Beyond the PC, Jan. 1, 2002, p. 87, EW10. |
International Search Report Written Opinion issued in PCT/US2012/039640 on Aug. 31, 2012, 12 pages. |
“International Components for Unicode”, Wikipedia, http://en.wikipedia.org/wiki/International—Components—for—Unicode, 2 pgs. |
Number | Date | Country | |
---|---|---|---|
20120311194 A1 | Dec 2012 | US |
Number | Date | Country | |
---|---|---|---|
61493382 | Jun 2011 | US |