Giter VIP home page Giter VIP logo

Comments (3)

nicorac avatar nicorac commented on May 19, 2024

Just tested your first sample filename
20200101T010101 ↑ +33611111111 (Mum).ogg

against your first RegExp pattern
^{date:year}{date:month}{date:day}T{date:hours}{date:minutes}{date:seconds} [↑↓] {phone_number} {contact_name}

and it worked:
screenshot

Please double check that you've inserted the exact pattern you've posted (no extra whitespaces).
Otherwise there could be an issue with ↑↓ chars on Android SAF storage on your side.

The best fix is to avoid all non-ASCII chars in filenames (except the ones strictly needed by your culture).
Meanwhile you could try to workaround it with this pattern (it also works on my side):
^{date:year}{date:month}{date:day}T{date:hours}{date:minutes}{date:seconds} \W {phone_number} {contact_name}

\W (uppercase means) "any non-word character"

from bcr-gui.

nicolas2957 avatar nicolas2957 commented on May 19, 2024

You are correct, both RegExs pattern works (arrows and \W), I don't know why it didn't when I've tried it for couple hours... Probably as you said a mistakenly placed whitespace, probably just a reboot was needed...

Problem solved.

The arrows down an up are not displayed so i f I understand correctly, if call direction is not "in;out;conference" it won't be displayed, is this correct ?

from bcr-gui.

nicorac avatar nicorac commented on May 19, 2024

if call direction is not "in;out;conference" it won't be displayed, is this correct ?

Those are the keywords actually recognized; I could add some other words but I' like to avoid using "problematic" unicode chars 😉

from bcr-gui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.