Ok. Last option from my side.
Manually download with your browser and store the dll to the CATraxx DataFolder.For safety rename your old dll before replacing.
https://www.fnprg.com/catraxx/dl/CATraxx_Internet.dll
Search found 13 matches
- Wed Apr 29, 2020 1:18 pm
- Forum: Using CATraxx
- Topic: Connection Timed Out Error
- Replies: 9
- Views: 817
- Mon Apr 27, 2020 7:06 pm
- Forum: Using CATraxx
- Topic: Connection Timed Out Error
- Replies: 9
- Views: 817
Re: Connection Timed Out Error
Hello, I've just tried the manual update as descibed. No problem - already up-to-date. Some ideas from my side. When you open Tools / Open Data Folder -- Is your CATraxx_Internet.dll located there? Do you have access to that file? Read Write Execute Did you try updating as admin? Is there a firewall...
- Tue Mar 17, 2020 6:59 pm
- Forum: Explorer Templates
- Topic: Cat No and Label File Name
- Replies: 6
- Views: 268
Re: Cat No and Label File Name
Hallo Peer, schau Dir bitte mal die Help dazu an. Auto-Organize-Edit Window --> Help In addition to the standard codes, you can reference any field using the format %table.field%, for example %album.referenceno% or %track.custom01%. Für Label bedeutet das %album.label% ! Viel Spass beim Ausprobieren...
- Wed Jun 19, 2019 4:15 pm
- Forum: Using CATraxx
- Topic: Tag Write Customization
- Replies: 4
- Views: 444
Re: Tag Write Customization
Hello, you can select Tools, Audio File Options , Tag Miscellaneous - Customize Tag Write (at the bottom) - Select Album Artist and drop the xsl code to the right field. <?xml version="1.0" encoding="utf-8"?> <?data type="record"?> <?data table="track"?> <xsl:stylesheet version="1.0" xmlns:xsl="http...
- Wed Feb 13, 2019 9:10 am
- Forum: Explorer Templates
- Topic: CAT Audio Player XSL
- Replies: 8
- Views: 1988
Re: CAT Audio Player XSL
Hi Calli, shure you can. Add this to your audio player xsl. It's just a modification of the lyrics section. <!-- notes --> <tr> <td class="audioplayer_fieldname"> <xsl:value-of select="/data/fld/track/notes/@name"/> </td> </tr> <tr> <td class="audioplayer_fieldvalue"> <table cellpadding="0" cellspac...
- Sat Feb 02, 2019 3:54 pm
- Forum: Using CATraxx
- Topic: Share
- Replies: 4
- Views: 362
Re: Share
Bonjour Charlie, sorry for the confusion I started with the "GOOGLE Search" . Try this link, It leads you directly to the latest CATraxx manual in pdf format. Depending on your browser settings it downloads directly to the defined download folder. https://www.fnprg.com/catraxx/dl/catraxx.pdf Have a ...
- Fri Feb 01, 2019 5:53 pm
- Forum: Using CATraxx
- Topic: Share
- Replies: 4
- Views: 362
Re: Share
Bonjour Charlie, my french isn't good enough - so I'll answer in english. There is a very good explanation of catraxx available as a pdf --> search Google for "Catraxx Help FNProgramvare". For your needs you can use this "2.1.6 Transfer data between databases" described on page 13 of the pdf. Hope t...
- Tue Dec 11, 2018 9:36 am
- Forum: Using CATraxx
- Topic: Track checkboxes "instrumental" and "live"
- Replies: 2
- Views: 353
Re: Track checkboxes "instrumental" and "live"
Hi Martin, yes you can. In the main window select "Tools" and then "Database Setup". In the popup window there are tabs for tables and fields. You need to use the track table and then select the field "Instrumental" (careful there is also Instrument). Change on the right side the name for the field....
- Mon Sep 17, 2018 12:55 pm
- Forum: Using CATraxx
- Topic: Search for albums/track w/o audio files
- Replies: 4
- Views: 657
Re: Search for albums/track w/o audio files
Hi Cuzn Ed,
I'm using Hamsen's "Check Folders" to verify my collection.
Here is the link to his website. He has several other tools for free - all for CATraxx 9.
http://hamsen.synology.me/HAP/index.html
http://hamsen.synology.me/HAP/CheckFolders.html
Hope this helps a bit.
I'm using Hamsen's "Check Folders" to verify my collection.
Here is the link to his website. He has several other tools for free - all for CATraxx 9.
http://hamsen.synology.me/HAP/index.html
http://hamsen.synology.me/HAP/CheckFolders.html
Hope this helps a bit.
- Thu Sep 13, 2018 8:24 am
- Forum: Explorer Templates
- Topic: CATraxx BoxSet Image in AlbumBrowse.xsl
- Replies: 1
- Views: 490
Re: CATraxx BoxSet Image in AlbumBrowse.xsl
Hello Everybody, after waiting for some time I tried to contact the maker of this program. And Frederik helped me with a solution for this problem. Thanks again here. I'll post the solution here to let everybody know. <xsl:if test="/data/record/boxsetdata/image1/filename!=''"> <a href="CMD:VIEWIMAGE...