grjbb

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by grjbb

  1. I currently have it set to /media and same issue, it scans 2 things and quickly ends with nothing being scanned 🤔 I have had it as /media, but been trying others to try get it to work. Restart the docker afterwards, couple of times having to restart my server due to my shares dissapearing!
  2. Any one able to help? I have reinstalled countless times, removed from appdata and reinstalled to no avail. Below is my current docker inspect return. [ { "Id": "d4390d77dd39c6488e7c1cc6b39271e3f6a8845af2c05b2825a5c0ff2a8744e0", "Created": "2021-06-06T14:21:17.438206984Z", "Path": "/usr/bin/tini", "Args": [ "-g", "--", "/bin/bash", "/usr/local/bin/init.sh" ], "State": { "Status": "running", "Running": true, "Paused": false, "Restarting": false, "OOMKilled": false, "Dead": false, "Pid": 23591, "ExitCode": 0, "Error": "", "StartedAt": "2021-06-06T14:35:06.877468334Z", "FinishedAt": "2021-06-06T14:35:06.415341688Z" }, "Image": "sha256:e200af18a3e8fac47053616719aa912ba610003a4c5115ef53e6e99d6b7ac462", "ResolvConfPath": "/var/lib/docker/containers/d4390d77dd39c6488e7c1cc6b39271e3f6a8845af2c05b2825a5c0ff2a8744e0/resolv.conf", "HostnamePath": "/var/lib/docker/containers/d4390d77dd39c6488e7c1cc6b39271e3f6a8845af2c05b2825a5c0ff2a8744e0/hostname", "HostsPath": "/var/lib/docker/containers/d4390d77dd39c6488e7c1cc6b39271e3f6a8845af2c05b2825a5c0ff2a8744e0/hosts", "LogPath": "/var/lib/docker/containers/d4390d77dd39c6488e7c1cc6b39271e3f6a8845af2c05b2825a5c0ff2a8744e0/d4390d77dd39c6488e7c1cc6b39271e3f6a8845af2c05b2825a5c0ff2a8744e0-json.log", "Name": "/binhex-airsonic-advanced", "RestartCount": 0, "Driver": "btrfs", "Platform": "linux", "MountLabel": "", "ProcessLabel": "", "AppArmorProfile": "", "ExecIDs": [ "9a5785b3e78730321b9022f4249833f263b4b4970e1a31e5e1cc4ec1ae8519c0", "8f4c889bbbe287bba71107e396fd470d6307c327575a002761972da6e5247e76", "36369849de4dfac160a122d668f85327926b45c0f0f639f64a1497ec2400f020" ], "HostConfig": { "Binds": [ "/media/:/media:rw", "/mnt/user/appdata/binhex-airsonic-advanced:/config:rw" ], "ContainerIDFile": "", "LogConfig": { "Type": "json-file", "Config": {} }, "NetworkMode": "bridge", "PortBindings": { "4040/tcp": [ { "HostIp": "", "HostPort": "4040" } ] }, "RestartPolicy": { "Name": "no", "MaximumRetryCount": 0 }, "AutoRemove": false, "VolumeDriver": "", "VolumesFrom": null, "CapAdd": null, "CapDrop": null, "CgroupnsMode": "host", "Dns": [], "DnsOptions": [], "DnsSearch": [], "ExtraHosts": null, "GroupAdd": null, "IpcMode": "private", "Cgroup": "", "Links": null, "OomScoreAdj": 0, "PidMode": "", "Privileged": false, "PublishAllPorts": false, "ReadonlyRootfs": false, "SecurityOpt": null, "UTSMode": "", "UsernsMode": "", "ShmSize": 67108864, "Runtime": "runc", "ConsoleSize": [ 0, 0 ], "Isolation": "", "CpuShares": 0, "Memory": 0, "NanoCpus": 0, "CgroupParent": "", "BlkioWeight": 0, "BlkioWeightDevice": [], "BlkioDeviceReadBps": null, "BlkioDeviceWriteBps": null, "BlkioDeviceReadIOps": null, "BlkioDeviceWriteIOps": null, "CpuPeriod": 0, "CpuQuota": 0, "CpuRealtimePeriod": 0, "CpuRealtimeRuntime": 0, "CpusetCpus": "", "CpusetMems": "", "Devices": [], "DeviceCgroupRules": null, "DeviceRequests": null, "KernelMemory": 0, "KernelMemoryTCP": 0, "MemoryReservation": 0, "MemorySwap": 0, "MemorySwappiness": null, "OomKillDisable": false, "PidsLimit": null, "Ulimits": null, "CpuCount": 0, "CpuPercent": 0, "IOMaximumIOps": 0, "IOMaximumBandwidth": 0, "MaskedPaths": [ "/proc/asound", "/proc/acpi", "/proc/kcore", "/proc/keys", "/proc/latency_stats", "/proc/timer_list", "/proc/timer_stats", "/proc/sched_debug", "/proc/scsi", "/sys/firmware" ], "ReadonlyPaths": [ "/proc/bus", "/proc/fs", "/proc/irq", "/proc/sys", "/proc/sysrq-trigger" ] }, "GraphDriver": { "Data": null, "Name": "btrfs" }, "Mounts": [ { "Type": "bind", "Source": "/mnt/user/appdata/binhex-airsonic-advanced", "Destination": "/config", "Mode": "rw", "RW": true, "Propagation": "rprivate" }, { "Type": "bind", "Source": "/media", "Destination": "/media", "Mode": "rw", "RW": true, "Propagation": "rprivate" } ], "Config": { "Hostname": "d4390d77dd39", "Domainname": "", "User": "", "AttachStdin": false, "AttachStdout": false, "AttachStderr": false, "ExposedPorts": { "4040/tcp": {} }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "UMASK=000", "PUID=99", "PGID=100", "TZ=Europe/London", "HOST_OS=Unraid", "CONTEXT_PATH=/", "MAX_MEMORY=2046", "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin", "HOME=/home/nobody", "TERM=xterm", "LANG=en_GB.UTF-8", "JAVA_HOME=/usr/lib/jvm/java-8-openjdk/jre" ], "Cmd": [ "/bin/bash", "/usr/local/bin/init.sh" ], "Image": "binhex/arch-airsonic-advanced", "Volumes": { "/config": {}, "/media": {} }, "WorkingDir": "", "Entrypoint": [ "/usr/bin/tini", "-g", "--"
  3. I did! I have a share called music, then in that itunes>music. Problem I am having now is AIrsonic sees my folder, even scanned a .plist folder called iTunes Media and that appeared, yet no music. My music in a folder structure of Artist > Albums. I cant work out what could be causing it not to scan all my files. I have made another account and gave it the permission. Scanning just shows up a window scanning 5 items then dissapears.
  4. Thank you! now for my second issue I cant seem to get anything to scan. I created a Music share and moved my music to that. I hit scan and its very briefly scans and nothing after that. No music is to be seen, its over 400gb worth. Could this be a issue with the share permission perhaps? I can see all files in my OS finder and play songs etc.
  5. I am currently trying to get this docker to scan my music files but it wont, when I load the gui and setup a folder with my music on my array it says folder cannot be found. Any idea how to get it to scan my folder?
  6. Alright, appreciate the help🙂, pardon my foolishness, panic mode was activated👍🏻
  7. I do have a disk_assignments etc from my current USB. its all there compared to my 'official' backup I hade in July, I have made a copy of it all too. If it IS the USB, is it just a case of replacing the files I have on the current USB to the backup folder, and wiping and compiling onto a new/ or current usb? I have gone from hmm to - 😲 thinking my USB is kaput. My initial problem is not being able to load the web gui or get a ipv6 for some reason. Any ideas for it?
  8. I will have screenshots somewhere, and I have copied the usb to my machine, I can read the info on it, just not edit it. Screenshot below is the last thing I can do. Does that mean it has saved a log somewhere? because when I go to where my previous ones are, this years 2020 current ones are not. My orginal problem was not having ipv6, or being able to logon onto the webgui.
  9. I do but from last year, does this matter? I did have a plugin that backed up the usb to my array weekly 😳. Obviously this is uesless to me right now. I just done a health check the USB in OSX and the USB says healthy, yet the partition unraid is on is not.
  10. So I am stuck without able to do anything at the moment. I had trouble opening a few files last night, go to open my web-gui to see if everything was good today and tower/ doesn't load at all. and all my settings had been reverted, no dark mode, the default light theme etc. I stupidly REBOOTED. I attach a monitor to my server to see what the issue was. No ipv6 to connect too. I done some searching and editing the config seemed to be the go to, yet when I plug the USB (Kingston) into my machine, it was locked. and when I type diagnostics, it runs yet no file saves in my folder. Only previous diagnostics are there. I am guessing my USB is bricked? Would that explain why I had no ipv6 after reboot? Just to confirm, I cant do anything with the USB in windows, not even load files to view nevermind edit. tried chkdsk, it wont allow me. I can only view files on OSX I have access too, but I can neither edit or delete them.
  11. So I have setup SAB, I want to be able to download, click on category and label it as Movie so once it has processed it moves over to my drive with Movies on to be synced up with Plex. However in my SABnzbd settings when setting up categories I click the folder to move too and cannot find the disk / folder I want to set it too. Only the data folder I have created for finished downloads to go to. How can I change this?