[Breeze] [Bug 433286] New: Icon request for Maui sidebar

2021-02-19 Thread Camilo Higuita
https://bugs.kde.org/show_bug.cgi?id=433286

Bug ID: 433286
   Summary: Icon request for Maui sidebar
   Product: Breeze
   Version: unspecified
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: Icons
  Assignee: visual-des...@kde.org
  Reporter: mil...@aol.com
CC: kain...@gmail.com
  Target Milestone: ---

Created attachment 135929
  --> https://bugs.kde.org/attachment.cgi?id=135929=edit
Sidebar icon from Luv icon theme

SUMMARY
For some of the Maui apps we are missing a sidebar icon. From Luv icon theme we
are using this two:
sidebar-collapse
sidebar-expand

The icons are used for trigger the action of hiding or showing the sidebars.

STEPS TO REPRODUCE
1. 
2. 
3. 

OBSERVED RESULT


EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[kaffeine] [Bug 405278] [feature request] EPG from xmltv

2019-03-16 Thread higuita
https://bugs.kde.org/show_bug.cgi?id=405278

--- Comment #19 from higuita  ---
> That would be way harder. The code is basically selecting between a list
> of all channels or a list with EPG channels, each stored on different
> data structures.

ok, thanks, i understand... this isn't critical, it's just a nice to have thing
:)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kaffeine] [Bug 405278] [feature request] EPG from xmltv

2019-03-14 Thread higuita
https://bugs.kde.org/show_bug.cgi?id=405278

--- Comment #17 from higuita  ---
>> (the current way) and pressing some bottom or checkbox, show all channels,
>> even ones without EPG
>That's simple to implement. Added.

Would it be too much to put these channels text in grey, so its easier to
identify them? I do not know how different themes work with that... alternative
is some symbol or marker, like a × in the start or in the end, that may be more
neutral to different kde themes.

One again, many thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.

[kaffeine] [Bug 405276] Unable to switch television channels by shortcuts

2019-03-13 Thread higuita
https://bugs.kde.org/show_bug.cgi?id=405276

--- Comment #2 from higuita  ---
Updating with a little more info

Starting kaffeine with -d do not show anything useful

While playing a channel, doing 
 qdbus org.mpris.kaffeine /Player Prev
 qdbus org.kde.kaffeine /Player Prev

Doesn't do anything, nor pressing page-up (or Next/page down)

but doing
 qdbus org.mpris.kaffeine /Player Stop
 qdbus org.mpris.kaffeine /MainApplication quit 

do work fine (org.kde.kaffeine also work)

i'm using libvlc backend and i tried to followed the code until
VlcMediaWidget::jumpToNextChapter(), but yep, i'm totally lost! :D

-- 
You are receiving this mail because:
You are watching all bug changes.

[kaffeine] [Bug 405278] [feature request] EPG from xmltv

2019-03-13 Thread higuita
https://bugs.kde.org/show_bug.cgi?id=405278

--- Comment #15 from higuita  ---
> I'm aware - although here, EPG data is reliable for most channels and there's
> no xmltv grabber for Brazilian channels - AFAIKT.

Well, here the normal DVB-T do have good EPG, but i have fiber cable, that give
all the  channels using a operator tv box, also with EPG (and other features,
like recording, rent movies, etc). 
That box (actually the router in my setup) also injecting in the home coax
network about 60 analog channels and 60 DVB-T channels (mostly duplicated) for
any other TV in the house without using the operator box. Are this "internal
distribution" channels that lack the EPG. Using a tv card i can use tvtime to
see the analog signal and a dvb-t card for the digital feed.

the xmltv grabber for my operator, was i that studied their tv guid website and
created a shell script to generate it. Later another guy used my findings and
build a proper xmltv grabber

> You don't need to go to the channel's config window. Just open the EPG guide 
> from the TV menu. All channels with EPG are there.

yep, i found that, but that show the ones that DO have EPG... finding the ones
without still forces one to list all channels and manually remove the ones that
are missing. 

This feature can be in the EPG guide too, by default show only EGP channels
(the current way) and pressing some bottom or checkbox, show all channels, even
ones without EPG


>> Sadly i do not know how to program, so i can't really helping develop this :)
> That's a good opportunity to learn :-)

I actually want to learn, but something more simple like python or go... c++, i
have problems even trying to read it, probably because everything that uses c++
is already way too big for me to understand :D

-- 
You are receiving this mail because:
You are watching all bug changes.

[kaffeine] [Bug 405278] [feature request] EPG from xmltv

2019-03-12 Thread higuita
https://bugs.kde.org/show_bug.cgi?id=405278

--- Comment #13 from higuita  ---
> Well, as xmltv format allows multiple display names, IMHO, the right fix 
> would be >to address those at the parser. 
(...)
> Btw, no need to even modify the parser. A simple script using xmlstarlet 
> would >be able to add new channel associations.

your script to add to the xmltv file the same display names as DVB-T worked
great and i agree that is lot more clean than trying to workaround and map
things in kaffeine. This way the source xmltv is already fixed and even doing
rescan channels or adding new channels are easy to keep everything working.

Again, thanks for the help and this feature


> There's one thing feature in Kaffeine's implementation, though: right now, it 
> will associate just one channel to the EPG data. So, on a channel with both 
> "SD" and "HD", it will fill EPG just for the first one.

At least here in Portugal, the EPG data for SD and HD channels are the same, so
using the first one loaded  on both versions of the channel is not really a
problem... i do not know if there are places where the data is really different
between those channels


>> Finally, editing the channel, we would have a new drop down list with the

with the problem fixed in the xmltv file, i do not see the need to add this
now, at least for me, it is easier to maintain the map in the script than in
any (one by one) GUI. 

But a feature would still be useful, a column in the channel config window to
show what channels already have epg and those that don't. The alternative is to
manually click each channel to find out. in my setup, 62 clicks to find 27
channels with EPG and 35 without

Sadly i do not know how to program, so i can't really helping develop this :)
all i can do is open a new "feature request", if someone wants later to pick
this up (if you agree that this is useful too)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kaffeine] [Bug 405278] [feature request] EPG from xmltv

2019-03-11 Thread higuita
https://bugs.kde.org/show_bug.cgi?id=405278

--- Comment #6 from higuita  ---
Created attachment 118730
  --> https://bugs.kde.org/attachment.cgi?id=118730=edit
kaffeine channel list

To start, thank you very much for implementing this! :D


> Kaffeine's EPG data is stored using channel name, as it was discovered from 
> MPEG-TS tables. Do you know if the display-name is identical to the channel 
> name that Kaffeine displays?

many are the same, but most of then have little differences, that are enough to
break the parser :)
Some have H instead of HD, others drop the SD, others simplify the name
(RADICAL -> R or Food Network -> TFN ), others change case (SkyNews -> SKY
News)

I pulled the git and tested, it worked on the names that match (23 from 62
channels i have available in my local DVB-T)

Doing the command below and attaching the list

echo 'select name from Channels;' | sqlite3 sqlite.db   > /tmp/channels.txt

But i think it is a lost battle trying to always automatically match all the
feeds and channels, we do never know what is out there. Some automatic rules
like the current are good to help the initial setup, but in the end one should
be able to map the xmltv name to the channel when needed.

So i suggest adding a extra rule to also try to match names without the SD and
HD if not matched already, as usually the channel and data is the same, only
change the resolution. Also always match names with case insensitive

After that, in the channels config, add a extra column (may be optional) for
epg that show the EPG/xmltv name (or * if same name). This will allow to
quickly find out what channels are without EPG and fix then

Finally, editing the channel, we would have a new drop down list with the
EPG/xmltv name, so one can manually choose the correct feed source for the
channel. Of course, this also requires a new field in the database to store
this map

-- 
You are receiving this mail because:
You are watching all bug changes.

[kaffeine] [Bug 405276] Unable to switch television channels by shortcuts

2019-03-09 Thread higuita
https://bugs.kde.org/show_bug.cgi?id=405276

--- Comment #1 from higuita  ---
Opps, i forgot this info


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Slackware64 -current
KDE Plasma Version: 5.15.0
KDE Frameworks Version: 5.55.0
Qt Version: 5.12.1

Thanks in advance for the help

-- 
You are receiving this mail because:
You are watching all bug changes.

[kaffeine] [Bug 405278] [feature request] EPG from xmltv

2019-03-09 Thread higuita
https://bugs.kde.org/show_bug.cgi?id=405278

--- Comment #2 from higuita  ---
Created attachment 118676
  --> https://bugs.kde.org/attachment.cgi?id=118676=edit
compressed xmltv

attached is a sample of today downloaded xmltv

The format and another sample is in this url:

http://wiki.xmltv.org/index.php/XMLTVFormat
https://github.com/XMLTV/xmltv/blob/master/xmltv.dtd

-- 
You are receiving this mail because:
You are watching all bug changes.

[kaffeine] [Bug 405278] New: [feature request] EPG from xmltv

2019-03-09 Thread higuita
https://bugs.kde.org/show_bug.cgi?id=405278

Bug ID: 405278
   Summary: [feature request] EPG from xmltv
   Product: kaffeine
   Version: 2.0.16-2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mchehab+sams...@kernel.org
  Reporter: higu...@gmx.net
  Target Milestone: ---

My TV provider do not push EPG info in the local DVB-T, but i have a xmltv feed
that i already use in tvtime.
Kaffeine right now only loads EPG from the tv source, it would be a good
feature to be able to load the EPG from alternative sources, like a xmltv file
(that i already have being updated in a cron)

-- 
You are receiving this mail because:
You are watching all bug changes.

[kaffeine] [Bug 405277] New: [feature request] Configure mouse wheel action

2019-03-09 Thread higuita
https://bugs.kde.org/show_bug.cgi?id=405277

Bug ID: 405277
   Summary: [feature request] Configure mouse wheel action
   Product: kaffeine
   Version: 2.0.16-2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mchehab+sams...@kernel.org
  Reporter: higu...@gmx.net
  Target Milestone: ---

right now the mouse scroll wheel controls the volume, i would prefer to switch
to channel switch, but right now we can't control the mouse wheel action

So please allow customization of the mouse wheel action

-- 
You are receiving this mail because:
You are watching all bug changes.

[kaffeine] [Bug 405276] New: Unable to switch television channels by shortcuts

2019-03-09 Thread higuita
https://bugs.kde.org/show_bug.cgi?id=405276

Bug ID: 405276
   Summary: Unable to switch television channels by shortcuts
   Product: kaffeine
   Version: 2.0.16-2
  Platform: Other
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: mchehab+sams...@kernel.org
  Reporter: higu...@gmx.net
  Target Milestone: ---

SUMMARY
Using a DVB-T ysb device i can setup all the channels list and i can switch
manually using the mouse. Yet, when i press Page-Up or Page-Down, the kaffeine
do not switch to the prev or next channel. Using qbus commands for Prev and
Next have the same result. 

I'm using the git version, previous version i used was 1.3 and this worked
without any problem


STEPS TO REPRODUCE
1. Setup channels, play one of then
2. press page-up or send the qdbus org.mpris.kaffeine /Player Prev (or
down/Next)

OBSERVED RESULT
No channel switch, television is not responding to playlist change like it was
in 1.3 version

EXPECTED RESULT


SOFTWARE/OS VERSIONS
Windows: 
MacOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

[kaffeine] [Bug 403874] Kaffeine scanlist channels lost

2019-03-09 Thread higuita
https://bugs.kde.org/show_bug.cgi?id=403874

higuita  changed:

   What|Removed |Added

 CC||higu...@gmx.net

--- Comment #1 from higuita  ---
i can't reproduce this one, but i'm not in pclinux

Try checking $HOME/.local/share/kaffeine/ , to see if you have the sqlite.db
and correct permissions and try to edit it with sqlite

-- 
You are receiving this mail because:
You are watching all bug changes.