• The forum software that supports hummy.tv has been upgraded to XenForo 2.3!

    Please bear with us as we continue to tweak things, and feel free to post any questions, issues or suggestions in the upgrade thread.

Recent content by jon_ll

  1. J

    [network-shares-automount] package released

    Hi Kewal - I have two Buffalos (herd?). I use network-shares-automount with in my environment, here's my setup: I have the network-shares-automount package installed. NO virtual-disk package (or version 2). My settings on my Humax (SMB): domain=WORKGROUP folder=videos...
  2. J

    Trixes WiFi Wireless USB Adaptor

    If your iPhone "remembers" the network it will connect, iPhone is always looking for wifi. Hav you checked that your network is set at the correct type? Ie network configured as "n" type while adapter only capable of "b"? Btw - I don't know your adapter, generic advise only.
  3. J

    [network-shares-automount] package released

    I don't have two boxes either - but as way of a help, here's my setup profile (CIFS): domain=WORKGROUP folder=videos host=192.168.1.68 mac=ABABABABABAB (only needed for wakeUp) (4.0KiB) password=humax shareFolder=on user=humax wakeUp=off To...
  4. J

    Transmission Questions:

    Transmission has a schedule (time/day) that can be used if desire, and you can also switch to a "Turtle" mode (restricted bandwidth) - check out the preference settings once installed. Works well for me.
  5. J

    Transmisson/ Bittorrent client questions

    Used Transmission for the first time in anger yesterday - very impressed, with only a couple of minor tweaks I was able to download upto 1.5MiB/s - further trials will continue and I hope to get nearer the maximums seen on my PC. (2MiB/s)
  6. J

    .hmt File Transformation on OPT+ Copy

    A "unix" like operating system verus PC (Windows?) maybe?
  7. J

    [network-shares-automount] package released

    I did similar. I only have one CIFS share so I added the following to the script, after the "mount -t cifs ... " command: mount --bind "/media/$name/video" "/media/My Video/NAS" This mounts the "video" directory of my share into my library and makes it visible as a folder called "NAS". I...
  8. J

    [network-shares-automount] package released

    Couple of comments: It would appear that if you do not use a Workgroup or Domain fields the syntax fails due to the double commas. I tried it out by modding the script and removed the workgroup/domain syntax and associated commas and this fixed it syntax issue and the mount then worked...
  9. J

    Channel Re-order

    FYI - I went a little further: sqlite3 /var/lib/humaxtv/channel.db update TBL_SVC set usLcn = 1 where szSvcName like '_BBC One HD'; update TBL_SVC set usLcn = 50 where szSvcName like '_BBC One'; update TBL_SVC set usLcn = 8 where szSvcName like '_BBC HD'; update TBL_SVC set usLcn = 3 where...
Back
Top