buggyj / mediaplayer

MIT License
2 stars 1 forks source link

Need a filter to export all annotation tiddlers #15

Open arunnbabu81 opened 1 year ago

arunnbabu81 commented 1 year ago

I need a filter to export easily all annotation related tiddlers I create. Currently there is no common field that these tiddlers use.

buggyj commented 1 year ago

can you point me to an annotation tiddler

arunnbabu81 commented 1 year ago

https://be-rad-scribe.tiddlyhost.com/#OnePlus%2011%20Review%3A%20They're%20Back%3F!

You have to include !also in url

https://be-rad-scribe.tiddlyhost.com/#Fetal%20anomaly%20Imaging%20-%20Fetal%20Face%20-%20S%20Pradeep.mp4

buggyj commented 1 year ago

there are all type video/mp4?

buggyj commented 1 year ago

and they have '/slice' in their titles

arunnbabu81 commented 1 year ago

mp4 videos and some youtube videos

/slice is there in all tiddlers except the parent one

buggyj commented 1 year ago

Do the parents all have the 'annotations' tag?

On Sun, 5 Mar 2023 at 17:29, arunnbabu81 @.***> wrote:

mp4 videos and some youtube videos

/slice is there in all tiddlers except the parent one

— Reply to this email directly, view it on GitHub https://github.com/buggyj/mediaplayer/issues/15#issuecomment-1455138696, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVZG464E4CP4DRYZZKR5GLW2S5NRANCNFSM6AAAAAAVQDHXTE . You are receiving this because you commented.Message ID: @.***>

arunnbabu81 commented 1 year ago

No annotation tags are used. Thats why I was thinking whether there is a way to add a particular field to all the annotation tiddlers including parent, slices and extras to easily filter them and export to other wikis.

buggyj commented 1 year ago

That is not necessary. All annotations are tagged with their parent so only parents need to be identified, either by a tag or adding a field - I use tags. from a filter of media tiddlers their slices can be obtained via another filter and the annotations by applying another filter.

arunnbabu81 commented 1 year ago

I want to filter all parents ( I mean all videos which I annotate), their slices and extras in a single step....is that possible by tagging only the parents. For example if all parents are tagged with annotate tag, what filter should I use to get all parents, slices and extras.

arunnbabu81 commented 1 year ago

[tag[Annonation]]+[search[/slice]]

This is not working. How to modify it? Parents are not seen in the search results

arunnbabu81 commented 1 year ago

[tag[Annotation]]+ [search[/slice]] This is working, there was a spelling mistake also in the previous filter