Results 1 to 9 of 9

Thread: Pleas improve alphabetically sorting of file names

  1. #1
    Join Date
    Oct 2012
    Location
    Vienna/Austria
    Posts
    35

    Default Pleas improve alphabetically sorting of file names

    Please can you do sorting filnames as Windows does?

    An example, how Windows does sorting:
    X-Men (2000)
    X-Men 2 (2003)
    X-Men 3 (2006)

    And so Mezzmo does:
    X-Men 2 (2003)
    X-Men 3 (2006)
    X-Men (2000)

    For me the Windows method gives the better result.

    kind regards
    RHR

  2. #2
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    Thanks for reporting this. We'll look into it and fix it for a future release.

    Can you tell me if you see this in Mezzmo or on your DLNA device? And, what DLNA device are you streaming to?

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

  3. #3
    Join Date
    Oct 2012
    Location
    Vienna/Austria
    Posts
    35

    Default

    I see this on both Mezzmo and my device.
    My device is a WD TV Live.

  4. #4
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    Thanks for the further information, RHR. We'll check it out.

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

  5. #5
    Join Date
    Oct 2012
    Location
    Vienna/Austria
    Posts
    35

    Default

    This behavior is still remaining in Mezzmo 3.0.2.0.
    Have you planned this for a future release?

  6. #6
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    Hi RHR,

    Sorry - this has not been implemented yet, but are are looking at sorting issues for the next version and we will include your issue in that development work.

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

  7. #7
    Join Date
    Oct 2012
    Location
    Vienna/Austria
    Posts
    35

    Default

    Hi Paul,

    You have added a "sort by" selection in version 3.1, but the sorting algorithm itself seems to be still the same. So there is following sorting (sort by title):
    X-Men 2 (2003)
    X-Men 3 (2006)
    X-Men (2000)

    if you don't want to change the sorting algorithm in general, is it possible to add a "sorting as operating system" switch to get the following result?
    X-Men (2000)
    X-Men 2 (2003)
    X-Men 3 (2006)

  8. #8
    Join Date
    Mar 2013
    Posts
    78

    Default

    I’d like to add an observation, if I may (not directly related to the original poster’s problem, which seems stranger the more I look at it: parentheses normally sort before numerals, so the results he describes wouldn’t come just from using a “dumb” sort):

    No algorithm will get sorting right all the time. There are problems that can’t be resolved without understanding the meaning of what you are sorting (on top of the already maddening difficulties in sorting for most languages with character sets broader than US-ASCII).

    One of the main reasons I chose Mezzmo is that I can let it do a lot of the work of retrieving movie and TV show data for me, yet I still can fix what it doesn’t get right. Most other media servers I tested either did everything and left me no way to override, or made me do everything, or made me choose one way or the other to apply to everything.

    Experience has convinced me that the only way to get sorting of titles, names and the like right consistently is to have separate xxx-display and xxx-sort fields, with the sort field taking a reasonable default based on the display field. That way the person maintaining the library can fix what doesn’t sort correctly according to whatever algorithm computes the default sort. For example: I would want to see 3 Women, ¡Three Amigos! and Three Days of the Condor displayed, as those are the correctly-styled titles; but I would expect all three to sort under “Three...”: someone looking for a movie shouldn’t have to remember how the title is styled to find it!

    I give files names like
    Code:
    Sessions  The.mp4
    so the sort will be correct in the folder (e.g., when accessed from another computer using a network share); then I sort on file name in Mezzmo and fetch data manually when Mezzmo can’t find it (which seems always to be the case for titles with a leading “The” moved to the end.) I use the double blank because a comma will screw up sorting: e.g.,
    Code:
    Sessions, The
    would sort after
    Code:
    Sessions at West 54th
    because commas sort after blanks. (The periods before file extensions can also screw up sorting.)

    My point is just to request that you be wary of trying to fix this with some form of “smart” sort: experience tells me it will never be smart enough. Algorithms can do better than Mezzmo does now, but only allowing the user to override the sort keys corresponding to each sortable text field will solve it completely.
    Last edited by Coises; 05-07-2013 at 03:11 AM.

  9. #9
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    RHR: Sorry, we have not tweaked the sorting algorithm as yet. It's still on our plans for improvement.

    Coises: Excellent analysis. We share your thoughts. Sorting folders, playlists, files & titles (for everyone's needs) is a hard task to get right and to keep it easy-to-use. We're still considering the best way to present it for Mezzmo users. If you know of a nice solution in another software product, let us know and we'll review it.

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

Similar Threads

  1. File "Title information" being displayed rather than file "Names"
    By lonewulf in forum Mezzmo Questions and Support
    Replies: 15
    Last Post: 06-22-2014, 07:17 PM
  2. Updating File Names Not Working
    By Booms in forum Mezzmo Questions and Support
    Replies: 2
    Last Post: 10-08-2012, 09:54 AM
  3. Control of file names displayed on PS3?
    By rherdman in forum Mezzmo Questions and Support
    Replies: 7
    Last Post: 04-20-2012, 09:10 AM
  4. Improve Performance of Active and Smart Playlists
    By steppinwolf in forum Mezzmo Wish List and Feedback
    Replies: 6
    Last Post: 12-27-2010, 11:40 AM
  5. Is there a character length limitation on file names stored in Download Studio Hist?
    By dmick1954 in forum DownloadStudio Questions and Support
    Replies: 1
    Last Post: 02-17-2010, 08:38 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •