Niels Baggesen
Niels Baggesen
This will add the danish letters ÆØÅ to the overview This is clearly not the right solution, but it Works For Me :-) diff --git a/src/main/java/net/pms/dlna/DLNAMediaDatabase.java b/src/main/java/net/pms/dlna/DLNAMediaDatabase.java index b9efdc0..0d49c48 100644...
Another string for translation: diff --git a/src/main/java/net/pms/dlna/virtual/MediaLibrary.java b/src/main/java/net/pms/dlna/virtual/MediaLibrary.java index 0b65511..6a0544c 100644 --- a/src/main/java/net/pms/dlna/virtual/MediaLibrary.java +++ b/src/main/java/net/pms/dlna/virtual/MediaLibrary.java @@ -45,10 +45,10 @@ public class MediaLibrary extends VirtualFolder { "SELECT DISTINCT A.ALBUM FROM FILES...
logresolvemerge is very helpful in detecting different time formats without help. Unfortunately it also can be confused by log contents. The following has hit us a couple of times the...
But in CISCO-LWAPP-QOS-MIB-V!SMI we find (at line 1110): ``` cLQVoiceWlanConfigDetectVoipCallFailure OBJECT-TYPE SYNTAX TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } ACCESS read-write STATUS mandatory DESCRIPTION "If 'true',...
Have you considered checking the files with a tool like smilint?
cldDot11aNdpMode ::= { cldDot11dpMode 2 } at line 1663 in ../cisco-lwapp/CISCO-LWAPP-DOT11-MIB.my I guess it should be `{ cldDot11NdpMode 2 }` ?