+ Reply to Thread
Page 68 of 100 FirstFirst ... 1858666768697078 ... LastLast
Results 671 to 680 of 999

Thread: Moode Player Help

  1. #671
    Join Date: Oct 2015

    Location: Metro-Detroit, Michigan USA

    Posts: 268
    I'm Tim.

    Default

    Quote Originally Posted by struth View Post
    MoOde 2.7 up and running here. Painless and working fine... Thanks Tim
    Hi Grant,

    Glad to hear that :-)

    -Tim

  2. #672
    Join Date: Oct 2014

    Location: Polmont, Scotland

    Posts: 67
    I'm Alistair.

    Default

    Hi Tim,
    Just a wee note and thanks.
    With your instructions the updater successfully updated 2.6.to 2.7. The Kernel update went smoothly and all is working beautifully

    Cheers,
    Alistair

  3. #673
    Join Date: Feb 2013

    Location: W Lothian

    Posts: 98,920
    I'm Grant.

    Default

    Just one point on new moode 2.7 Tim... Using ios ipad i have noticed that if i leve the browser page when moode is playing, say to read something and track changes, when i go back to moode the now playing info is a track behind. If i then say adj or touch vol it jumps back to last track showing. Doesnt do it with android.
    Regards,
    Grant .... ؠ ......Don't be such a big girl's blouse

    I've said it before and I'll say it again: democracy simply-doesn't-work
    .... ..... ...... ...... ................... ..... ..... ..... ..... .....
    FIIO K7 BT, M11 PLUS, BTR7, KA5 - OPPO BDP-103D - PANASONIC UB450 - PANASONIC 4K ULTRA HD TV - PIXEL 6 - AVANTREE LR BLUETOOTH - 2* X600 SOUNDCORE - HEADPHONES INCLUDE, FIIO, NURAPHONES', FOCAL, OPPO, BOSE, CAMBRIDGE, BOWER & WILKINS, DEVIALET, MARSHALL, SONY, MITCHELL & JOHNSTON - 2*ZBOOK'S- MERCURY BD ROM, ROON, QOBUZ, TIDAL, PLEX, CYBERLINK, JRIVER - MULTI HDD'S -

    Oh my god! There's nothing wrong with the bidet is there?

    “Nothing discloses real character like the use of power. It is easy for the weak to be gentle. Most people can bear adversity. But if you wish to know what a man really is, give him power. This is the supreme test. It is the glory of Lincoln that, having almost absolute power, he never abused it, except on the side of mercy".

    “You see these dictators on their pedestals, surrounded by the bayonets of their soldiers and the truncheons of their police ... yet in their hearts there is unspoken fear. They are afraid of words and thoughts: words spoken abroad, thoughts stirring at home -- all the more powerful because forbidden -- terrify them. A little mouse of thought appears in the room, and even the mightiest potentates are thrown into panic.”

    "You don't have free will. You have the appearance of free will.”

    “There's a war out there, old friend. A world war. And it's not about who's got the most bullets. It's about who controls the information. What we see and hear, how we work, what we think... it's all about the information!”


    ***SMILE, BE HAPPY***

  4. #674
    Join Date: Sep 2016

    Location: Canada

    Posts: 8
    I'm Ray.

    Default AP gaining a "quiet mode"

    Quote Originally Posted by TimCurtis View Post
    Hi,

    Moode Audio Player release 2.7 is available for download at moodeaudio.org :-)

    This release includes a new in-place software updater, Crossfeed DSP for headphone listening, support for Meridian Explorer 2 and MQA format, a universal rotary encoder driver that updates Moode volume knob and supports both hardware and software volume, some really great commercial-free, listener-supported radio stations, support for exciting new I2S audio devices, and numerous important updates and bug fixes.
    .
    .
    .

    Hi Tim,
    Pretty neat to implement the Access Point feature to gain a simple elegant solution to allow a simple tablet control the Moode Music Player and doing away with the wi-fi router (an another box, to boot). The problem is the later solution (i.e.using an external wi-fi router) sounds better. I suppose part of the problem is the AP protocol that requires it to constant broadcast the availability SSID of the Pi to all potential tablets that wish to be a client. You can see this on my particular setup by a flashing LED that is flashing constantly in AP mode.

    When the Pi's wi-fi dongle is configured to not be an AP, the LED comes only about once every 10 seconds.

    Any chance you could consult with the AP code contributors to see if there is a way to quiet down that broadcasting activity once a connection is in place. I'm sure that bulk of people using this AP have only a single client (i.e. tablet) acting as a fancy remote control.

    ...just in case your team isn't too busy

    Ray

  5. #675
    Join Date: Oct 2015

    Location: Metro-Detroit, Michigan USA

    Posts: 268
    I'm Tim.

    Default

    Quote Originally Posted by PeAK View Post
    Hi Tim,
    Pretty neat to implement the Access Point feature to gain a simple elegant solution to allow a simple tablet control the Moode Music Player and doing away with the wi-fi router (an another box, to boot). The problem is the later solution (i.e.using an external wi-fi router) sounds better. I suppose part of the problem is the AP protocol that requires it to constant broadcast the availability SSID of the Pi to all potential tablets that wish to be a client. You can see this on my particular setup by a flashing LED that is flashing constantly in AP mode.

    When the Pi's wi-fi dongle is configured to not be an AP, the LED comes only about once every 10 seconds.

    Any chance you could consult with the AP code contributors to see if there is a way to quiet down that broadcasting activity once a connection is in place. I'm sure that bulk of people using this AP have only a single client (i.e. tablet) acting as a fancy remote control.

    ...just in case your team isn't too busy

    Ray
    Hi Ray,

    U can try changing the setting below in /etc/hostapd/hostapd.com

    This link is useful
    https://w1.fi/cgit/hostap/plain/hostapd/hostapd.conf

    -Tim

    # Send empty SSID in beacons and ignore probe request frames that do not
    # specify full SSID, i.e., require stations to know SSID.
    # default: disabled (0)
    # 1 = send empty (length=0) SSID in beacon and ignore probe request for
    # broadcast SSID
    # 2 = clear SSID (ASCII 0), but keep the original length (this may be required
    # with some clients that do not support empty SSID) and ignore probe
    # requests for broadcast SSID
    ignore_broadcast_ssid=0

  6. #676
    Join Date: Sep 2016

    Location: Canada

    Posts: 8
    I'm Ray.

    Default

    Quote Originally Posted by TimCurtis View Post
    Hi Ray,

    U can try changing the setting below in /etc/hostapd/hostapd.com

    This link is useful
    https://w1.fi/cgit/hostap/plain/hostapd/hostapd.conf

    -Tim

    # Send empty SSID in beacons and ignore probe request frames that do not
    # specify full SSID, i.e., require stations to know SSID.
    # default: disabled (0)
    # 1 = send empty (length=0) SSID in beacon and ignore probe request for
    # broadcast SSID
    # 2 = clear SSID (ASCII 0), but keep the original length (this may be required
    # with some clients that do not support empty SSID) and ignore probe
    # requests for broadcast SSID
    ignore_broadcast_ssid=0
    I tried out the option with ignore_broadcast_ssid=1 and found that it does hide the SSID but the number of
    "beacons" numbers roughly 400 within a minute interval.

    Did some digging and found that the "hostapd" daemon
    can have the "beacon interval" (beacon_int).

    Here is a description from http://wiki.openwrt.org/doc/uci/wireless
    MAC80211 Device Options:

    Name: beacon_int
    Type: integer
    Required: no
    Default: 100 (hostapd default)

    Description:
    Set the beacon interval. This is the time interval between beacon frames, measured in units of 1.024 ms. hostapd permits this to be set between 15 and 65535. This option only has an effect on ap and adhoc wifi-ifaces
    .

    The range for "beacon_int" is anywhere from 15 to 65,535 units of 1ms (i.e. 15 ms to 65 seconds): I think something like a ten second (beacon_int=10,000) beacon interval would work for me.
    I think the default is currently set to about 100ms.

    Should be something straightforward to sort in a couple of days...thanks for your help, earlier.

    Ray

    [Update:]

    beacon_int=1000 was added to /etc/hostapd/hostapd.conf and had the intended effect of decreasing the number of sent beacons to one every second.

    When larger values (beacon_int=9000) were used, the intended effect of a beacon every 9 seconds, did not take. Instead it seems as if some sort of
    internal limiting limits the sending of beacons to no more that once per second ???

    Anyone out there familiar with "the other parameters" in the hostapd.conf file that might work around this limitation ?

    Thanx in advance.
    Last edited by PeAK; 01-10-2016 at 13:43.

  7. #677
    Join Date: Sep 2016

    Location: Canada

    Posts: 8
    I'm Ray.

    Default Orion script/kernel tweak and unmounting USB Keys

    Quote Originally Posted by TimCurtis View Post
    Hi Marc,

    (1) All that u mentioned including custom compiles of MPD, shairport-sync, upexplorer, etc, a bunch of OS stuff deleted or turned off, custom dir structures and permissions for certain things, custom udev rules, alsa config and the list goes on! The distro could probably be made from stock Raspbian by cloning a Github repo and then running scripts to compile and configure everything, but developing, debugging and maintaining install scripts would probably be more work than Moode itself :-)

    (2) Moode 2.4 is a vast improvement over the code that I started with way back in 2014, but the 2.5 rewrite I'm currently working on is as radical as it can get with 2.x, everything is being overhauled and with particular attention to improved performance :-)

    (3) The orion script (kernel tweak) does not exist anymore for 2.5. The service kills in the script are moved into main PHP worker and the scheduler tweeks not incorporated. There are several old legacy components that are not really needed anymore.

    Regards,
    Tim
    Hi Tim,
    I've only recently moved over to Moode from the RuneAudio player. I've been perusing this thread in hopes of not having to bother you again. The above post was from December of 2015...yes...a while back!

    First, overall, the Moode menus seem to be more streamlined than those found on RuneAudio. I typically rip my music to USB Keys and prefer to play them that way for sound quality reasons. However, I cannot find a menu to unmount a mounted USB key. Is it safe to just pull the USB key out and plug in another USB key full of music ? These options existed in the other player.

    Second, I was curious as to the removal of the Orion script/kernel tweak (aka as Orion or ACX latency settings). I really thought there was an audible difference between them and you did indicate that you prefererred one setting over the other. I thought the intent with the filters was to put them "out there" and to then narrow them down to the preferred setting. Was this done in a "formal" way so that it was decided to remove this choice. In the RuneAudio player, there were a choice of five settings.

    P.S. Your earlier hint to alter AP settings in the hostapd.conf file was helpful. I really do prefer the "sound" with a longer "beacon interval" of one second versus 0.1 seconds.

    Thanks for pursuing and sharing the evolution of this player,
    Ray

  8. #678
    Join Date: Oct 2015

    Location: Metro-Detroit, Michigan USA

    Posts: 268
    I'm Tim.

    Default

    Quote Originally Posted by PeAK View Post
    Hi Tim,
    I've only recently moved over to Moode from the RuneAudio player. I've been perusing this thread in hopes of not having to bother you again. The above post was from December of 2015...yes...a while back!

    First, overall, the Moode menus seem to be more streamlined than those found on RuneAudio. I typically rip my music to USB Keys and prefer to play them that way for sound quality reasons. However, I cannot find a menu to unmount a mounted USB key. Is it safe to just pull the USB key out and plug in another USB key full of music ? These options existed in the other player.

    Second, I was curious as to the removal of the Orion script/kernel tweak (aka as Orion or ACX latency settings). I really thought there was an audible difference between them and you did indicate that you prefererred one setting over the other. I thought the intent with the filters was to put them "out there" and to then narrow them down to the preferred setting. Was this done in a "formal" way so that it was decided to remove this choice. In the RuneAudio player, there were a choice of five settings.

    P.S. Your earlier hint to alter AP settings in the hostapd.conf file was helpful. I really do prefer the "sound" with a longer "beacon interval" of one second versus 0.1 seconds.

    Thanks for pursuing and sharing the evolution of this player,
    Ray
    Hi Ray,

    The USB auto-mounter (udisks-glue) automatically mounts and unmounts USB storage devices. No need to run any Linux commands.

    The "kernel tweaks" were from the original OS that hosted the player. They along with some other things were removed during the 2.5 rewrite as part of an overall effort to simplify the code base. Moode 2.7 runs on a completely new OS (moodeOS) that is based on Raspbian Jessie-Lite. Stock kernel settings are used which, based on the absence of any user reports to the contrary, seem to be working well.

    -Tim

  9. #679
    Join Date: Mar 2014

    Location: KY - Scotland

    Posts: 5,509
    I'm Mike.

    Default

    I'm currently playing (fighting) with a Vanaplayer using the Sparky (RPi Clone), do you think MoOde could be made to run on it, I've tried latest version but nothing shows up when I look for it via Fing WiFi search or via IP Address?

  10. #680
    Join Date: Oct 2015

    Location: Metro-Detroit, Michigan USA

    Posts: 268
    I'm Tim.

    Default

    Quote Originally Posted by mikeyb View Post
    I'm currently playing (fighting) with a Vanaplayer using the Sparky (RPi Clone), do you think MoOde could be made to run on it, I've tried latest version but nothing shows up when I look for it via Fing WiFi search or via IP Address?
    Hi,

    Moode supports Raspberry Pi family of boards and Raspbian OS.

    -Tim

+ Reply to Thread
Page 68 of 100 FirstFirst ... 1858666768697078 ... LastLast

Posting Permissions

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