Home of the Squeezebox™ & Transporter® network music players.
Page 4 of 18 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 171
  1. #31
    that you don't see the user in the GUI is fine.
    you don't need it in the GUI.
    Mine also doen't show up there :-) So it doesn't confuse me

  2. #32
    Senior Member
    Join Date
    Jan 2012
    Posts
    530
    Yes, I can get to the headless server now! Thank you SO VERY MUCH MY FRIEND! I really really appreciate all your help. ))

  3. #33
    So have fun,

    hope everything is working now for you as expected

  4. #34
    Senior Member
    Join Date
    Jan 2012
    Posts
    530
    Yes it is, and it's all thanks to you!

  5. #35

    MusicIP headless on different box?

    Hey guys - on a related note, I already have MusicMagic headless server running on a windows VM, and was wondering if I can get the MusicIP plugin in SqueezeCenter to point to that? The plugin options only allow me to change port, so I'm guessing it's hard-coded to use localhost, or is there a way to change that? I'd rather not install MM server on my Synology (DS1812+) right now, though I might do so in the future...

    Thanks!
    -Alex

  6. #36
    Senior Member
    Join Date
    Jan 2012
    Posts
    530
    HIGHLY recommended that you install it on a linux-based box instead of Windows. It simply works much much better.

    And AFAIK,you can't point it to anything other than localhost.

  7. #37
    I would also let it run on the box itself simply because else the path to your files won't be correct. At least not without using some tricks.

    The address is hardcode in the plugin.
    you would need to change all this occurences in these files to make it work and then still the path would not be correct.

    Code:
    DiskStation> grep localhost *
    Common.pm:      $http->get( "http://localhost:$MMSport/api/filters" );
    Importer.pm:    main::INFOLOG && $log->info("Testing for API on localhost:$MMSport");
    Importer.pm:    my $initialized = get( "http://localhost:$MMSport/api/version", 5 );
    Importer.pm:    my $lastDate = get("http://localhost:$MMSport/api/cacheid?contents");
    Importer.pm:            my $count = get("http://localhost:$MMSport/api/getSongCount");
    Importer.pm:                    my $MMMDataURL  = "http://localhost:$MMSport/api/songs?extended";
    Importer.pm:                            my $content = get("http://localhost:$MMSport/api/getSong?index=$scan");
    Importer.pm:                    my $result = get("http://localhost:$MMSport/api/status?song=$pathEnc");
    Importer.pm:    my @playlists = split(/\n/, get("http://localhost:$MMSport/api/playlists"));
    Importer.pm:            my $playlist = get("http://localhost:$MMSport/api/getPlaylist?index=$i") || next;
    Importer.pm:    my @songs = split(/\n/, get("http://localhost:$MMSport/api/duplicates"));
    Plugin.pm:      main::INFOLOG && $log->info("Testing for API on localhost:$MMSport");
    Plugin.pm:      $http->get( "http://localhost:$MMSport/api/cacheid?contents" );
    Plugin.pm:      $http->get( "http://localhost:$MMSport/api/getStatus" );
    Plugin.pm:      main::DEBUGLOG && $log->debug("Request http://localhost:$MMSport/api/mix?$mixArgs\&$argString");
    Plugin.pm:      return $http->get("http://localhost:$MMSport$url");
    Plugin.pm:      my $apiurl = "http://localhost:$MMSport/api/getSong?file=" . uri_escape_utf8($path);
    DiskStation> pwd
    /volume1/@appstore/SqueezeCenter/Slim/Plugin/MusicMagic

  8. #38
    I'll give that a shot, thanks. I don't think I'll have a problem with paths as both MusicIP and SC point to a network (UNC) path. Worst-case scenario I might consider expediting getting MM server installed on DSM...

  9. #39
    Senior Member
    Join Date
    Jan 2012
    Posts
    530
    Quick question, Arvoreen. Is it possible to use this index.html file for the Syno headless server?
    http://www.spicefly.com/squeezeboxmi...interface.html

  10. #40
    Quote Originally Posted by alex_london View Post
    I'll give that a shot, thanks. I don't think I'll have a problem with paths as both MusicIP and SC point to a network (UNC) path. Worst-case scenario I might consider expediting getting MM server installed on DSM...
    If you do changes to these files remember that an update of the plugin will overwrite it again.

Posting Permissions

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