Search found 14 matches
- Wed Aug 14, 2024 12:23 pm
- Forum: MuWire
- Topic: Where is the GUI language set?
- Replies: 1
- Views: 285
Re: Where is the GUI language set?
The first question the setup wizard asks is what language you want to use, but if you want to change it afterwards you need to edit the $HOME/.MuWire/gui.properties (on Linux and Mac) or c:\Users\<username>\AppData\Roaming\MuWire\gui.properties (on Windows) file and change the field locale to the tw...
- Sat Aug 10, 2024 5:38 pm
- Forum: MuWire
- Topic: All beginnings are difficult. The files to be distributed
- Replies: 8
- Views: 667
Re: All beginnings are difficult. The files to be distributed
But there is something wrong with the search function. I can only find some of my own files via the file names (as described above) and also via the comments after a restart. Have a Weekend! After a restart it takes some time for the library to load all shared files. By default this process is deli...
- Sat Aug 10, 2024 4:35 pm
- Forum: MuWire
- Topic: All beginnings are difficult. The files to be distributed
- Replies: 8
- Views: 667
Re: All beginnings are difficult. The files to be distributed
Regarding searches, even if most searches are for the lowest common denominator some are not, and I want MuWire to work well for those cases too. That is not only when searching for artist, but for specific song, etc. Regarding resource consumption, obviously more shared files means more memory bein...
- Sat Aug 10, 2024 12:44 pm
- Forum: MuWire
- Topic: All beginnings are difficult. The files to be distributed
- Replies: 8
- Views: 667
- Sat Aug 10, 2024 11:55 am
- Forum: MuWire
- Topic: All beginnings are difficult. The files to be distributed
- Replies: 8
- Views: 667
Re: All beginnings are difficult. The files to be distributed
It has now been discovered that MuWire does not accept directory names or empty files as information carriers. ... So what is the best solution for naming and describing files in conjunction with MuWire? Which way is better, creating archives or directories and files? Definitely directories, not ar...
- Thu Aug 08, 2024 5:01 pm
- Forum: MuWire
- Topic: MuWire goes into infinite loop, if the router is not available
- Replies: 7
- Views: 657
Re: MuWire goes into infinite loop, if the router is not available
Screenshot (image/webp Size: 27.3 KB) In my opinion, this is a double bug. Not only in that new notification windows are launched every second without limit, but these notification windows steal the focus. This prevents users from terminating the program in the conventional way. My suggestion is to...
- Thu Aug 01, 2024 11:04 am
- Forum: MuWire
- Topic: MuWire goes into infinite loop, if the router is not available
- Replies: 7
- Views: 657
Re: MuWire goes into infinite loop, if the router is not available
The gradlew (which stands for "Gradle wrapper") is only used to download the specific version of the Gradle build tool. Once MuWire is built, Gradle does not enter into play anymore. Some Linux distributions offer Gradle in their package repositories. That may or may not work with MuWire, ...
- Mon Jul 29, 2024 5:37 pm
- Forum: MuWire
- Topic: MuWire goes into infinite loop, if the router is not available
- Replies: 7
- Views: 657
Re: MuWire goes into infinite loop, if the router is not available
I've noticed those warnings, and it's quite tricky to get rid of them because the bin/MuWire script gets generated during build time from some Gradle template I haven't looked into yet. (If you look through the source tree you will see that there is no such script anywhere) I'll put it on my todo li...
- Mon Jul 29, 2024 10:38 am
- Forum: MuWire
- Topic: MuWire goes into infinite loop, if the router is not available
- Replies: 7
- Views: 657
Re: MuWire goes into infinite loop, if the router is not available
I was just looking into this bug and it is going to be a difficult fix. I can stop the windows from appearing but once MuWire loses connection to the router it goes into a broken state - it will not connect or be fully functional again and the best thing to do is to kill it and restart it. I expect ...
- Wed Jul 24, 2024 8:20 am
- Forum: MuWire
- Topic: MuWire and the C++ I2P router i2pd
- Replies: 0
- Views: 634
MuWire and the C++ I2P router i2pd
Hello, MuWire works with the C++ router I2Pd, but first you need to enable I2CP interface. That interface is disabled by default. 1. Open the I2Pd web console at http://127.0.0.1:7070/ and look at the bottom of the page. You will most probably see "I2CP Disabled". If it says enabled, you d...