Search found 28 matches
- 19 Nov 2015, 12:17
- Forum: Support
- Topic: Duplicate filters during import of OPML
- Replies: 4
- Views: 4023
Re: Duplicate filters during import of OPML
Yes, I could do that also.
- 19 Nov 2015, 11:11
- Forum: Support
- Topic: Duplicate filters during import of OPML
- Replies: 4
- Views: 4023
Re: Duplicate filters during import of OPML
One solution is to manually select all of them and then delete all the filters before importing the Opml. In an unrelated problem regarding the filters, I also use this sql command so I can write longer filter : ALTER TABLE `ttrss_filters2_rules` CHANGE `reg_exp` `reg_exp` VARCHAR(15000) CHARACTER S...
- 16 Nov 2015, 12:33
- Forum: Support
- Topic: Duplicate filters during import of OPML
- Replies: 4
- Views: 4023
Duplicate filters during import of OPML
Hi,
Just a small issue I noticed, when I import the opml with the preference, the duplicate rss feeds and labels are excluded.
But not the filters. I have to delete them manually each time.
Just a small issue I noticed, when I import the opml with the preference, the duplicate rss feeds and labels are excluded.
But not the filters. I have to delete them manually each time.
- 07 Nov 2015, 19:48
- Forum: Feature requests
- Topic: Highlight Keywords With Filter
- Replies: 2
- Views: 4584
Re: Highlight Keywords With Filter
Yes, it seems a good idea. I use regex filters to change score of each article. When I read an article, I sometimes search for the word(s) which have trigger the filter. Having them highlighted would point my focus on it, and see the context in which these words are. Would be nice to have the highli...
- 02 Nov 2015, 15:15
- Forum: Support
- Topic: Import labels list from TinyTinyRSS_exported.xml.gz doesn't work
- Replies: 8
- Views: 7024
Re: Import labels list from TinyTinyRSS_exported.xml.gz doesn't work
Your commits fix the problem.
I've test it on Pgsql and Sql and everything is imported fine now, the label list is here, and the html tag, the images also.
Thanks !

I've test it on Pgsql and Sql and everything is imported fine now, the label list is here, and the html tag, the images also.
Thanks !
- 02 Nov 2015, 13:19
- Forum: Support
- Topic: Import labels list from TinyTinyRSS_exported.xml.gz doesn't work
- Replies: 8
- Views: 7024
Re: Import labels list from TinyTinyRSS_exported.xml.gz doesn't work
Yes, I've just test it also, it works fine with the Pgsql. Apparently a sql related bug. Strangely all the html have been strip during the import, no more images, bold, etc. I've check in the TinyTinyRSS_exported.xml.gz all the external <img> url are in it. In my pgsql ttrss_entries no html tag are ...
- 02 Nov 2015, 12:02
- Forum: Support
- Topic: Import labels list from TinyTinyRSS_exported.xml.gz doesn't work
- Replies: 8
- Views: 7024
Re: Import labels list from TinyTinyRSS_exported.xml.gz doesn't work
When I compare my original database to a new one where I have imported TinyTinyRSS_exported.xml.gz the sql table ttrss_user_labels2 is empty.
Maybe the problem happens when the import function of tt-rss/plugins/import_export/init.php line 373-376 is called.
Maybe the problem happens when the import function of tt-rss/plugins/import_export/init.php line 373-376 is called.
- 02 Nov 2015, 11:32
- Forum: Support
- Topic: Import labels list from TinyTinyRSS_exported.xml.gz doesn't work
- Replies: 8
- Views: 7024
Re: Import labels list from TinyTinyRSS_exported.xml.gz doesn't work
Yes maybe the id of the label have changed during import
- 31 Oct 2015, 20:20
- Forum: Support
- Topic: Import labels list from TinyTinyRSS_exported.xml.gz doesn't work
- Replies: 8
- Views: 7024
Import labels list from TinyTinyRSS_exported.xml.gz doesn't work
Hi, Regularly I save my OPML and starred articles, and it work really fine. Everything seems to be saved, the feeds, the labels, my prefs, the starred articles. When I'm using Tiny Tiny RSS, I use the "assign label" function (right-click on the title) to "save" articles in certai...
- 21 Sep 2015, 12:58
- Forum: Feature requests
- Topic: Add export date to the filename of TinyTinyRSS.opml and TinyTinyRSS_exported.xml.gz
- Replies: 2
- Views: 3898
- 20 Sep 2015, 23:47
- Forum: Everything else
- Topic: Youtube deprecated v2 API
- Replies: 7
- Views: 7804
Re: Youtube deprecated v2 API
For those interested in having youtube, vimeo as RSS : Replace USERNAME, CHANNELID and PLAYLISTID YouTube RSS Feed URLs: https://www.youtube.com/feeds/videos.xml?user=USERNAME https://www.youtube.com/feeds/videos.xml?channel_id=CHANNELID https://www.youtube.com/feeds/videos.xml?playlist_id=PLAYLISTI...
- 20 Sep 2015, 13:56
- Forum: Feature requests
- Topic: Add export date to the filename of TinyTinyRSS.opml and TinyTinyRSS_exported.xml.gz
- Replies: 2
- Views: 3898
Add export date to the filename of TinyTinyRSS.opml and TinyTinyRSS_exported.xml.gz
Hi, Do you think it's possible to add the date to the file name of the file "TinyTinyRSS.opml" and "TinyTinyRSS_exported.xml.gz" when you export them. Like this example : TinyTinyRSS_2015.09.21.opml TinyTinyRSS_exported_2015.09.21.xml.gz In php : date('Y.m.d'); So it will be more...
- 18 Sep 2015, 12:12
- Forum: Feature requests
- Topic: Assign a shortcut to a label / Set a label with a shortcut
- Replies: 0
- Views: 4997
Assign a shortcut to a label / Set a label with a shortcut
Hi, I use Tiny Tiny RSS label nearly every day to save post in different label/list. I thought it would be a nice idea to use a keyboard shortcut to assign label more quickly. I've search the forum and this has been ask briefly in 2013 with no follow up. Well maybe it's difficult to implement. The i...